Hannu Krosing <hannu(at)2ndQuadrant(dot)com> writes:
> What is the current status of FOR UPDATE cursors ?
Same as it's been for a long time: FOR UPDATE [ OF table_name ]
works fine.
> older docs claim that the syntax is supported, but gives an error
> http://www.postgresql.org/docs/8.2/static/sql-declare.html
Old docs incorrectly said that it was FOR UPDATE [ OF column_name ]
but we have never implemented it that way.
regards, tom lane