Re: What is the current status of FOR UPDATE cursors ? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: What is the current status of FOR UPDATE cursors ?
Date
Msg-id 9384.1336324622@sss.pgh.pa.us
Whole thread Raw
In response to What is the current status of FOR UPDATE cursors ?  (Hannu Krosing <hannu@2ndQuadrant.com>)
Responses Re: What is the current status of FOR UPDATE cursors ?
List pgsql-hackers
Hannu Krosing <hannu@2ndQuadrant.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: remove dead ports?
Next
From: Hannu Krosing
Date:
Subject: Re: What is the current status of FOR UPDATE cursors ?