• T
    Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. · 6808f1b1
    Tom Lane 提交于
    Along the way, allow FOR UPDATE in non-WITH-HOLD cursors; there may once
    have been a reason to disallow that, but it seems to work now, and it's
    really rather necessary if you want to select a row via a cursor and then
    update it in a concurrent-safe fashion.
    
    Original patch by Arul Shaji, rather heavily editorialized by Tom Lane.
    6808f1b1
parse_expr.c 64.3 KB