Re: What is the current status of FOR UPDATE cursors ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What is the current status of FOR UPDATE cursors ?
Дата
Msg-id 9384.1336324622@sss.pgh.pa.us
обсуждение исходный текст
Ответ на What is the current status of FOR UPDATE cursors ?  (Hannu Krosing <hannu@2ndQuadrant.com>)
Ответы Re: What is the current status of FOR UPDATE cursors ?  (Hannu Krosing <hannu@krosing.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: remove dead ports?
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: What is the current status of FOR UPDATE cursors ?