Hannu Krosing <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
