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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Hannu Krosing <hannu(at)krosing(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: What is the current status of FOR UPDATE cursors ?
Date: 2012-08-30 01:21:24
Message-ID: 20120830012124.GE8753@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, May 6, 2012 at 10:55:54PM +0200, Hannu Krosing wrote:
> On Sun, 2012-05-06 at 13:17 -0400, Tom Lane wrote:
> > 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.
>
> Ok, then it is just documentation fix
>
> currently it is missing from \h declare and docs
>
> hannu(at)hvost:~/work/pg92$ TESTINST/bin/psql -p 9200 -h /tmp
> psql (9.2devel)
> Type "help" for help.
>
> hannu=# \h declare
> Command: DECLARE
> Description: define a cursor
> Syntax:
> DECLARE name [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]
> CURSOR [ { WITH | WITHOUT } HOLD ] FOR query
>
> hannu=#
>
> > > 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.

What are you suggesting is missing from the docs?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2012-08-30 01:25:11 Re: Draft release notes complete
Previous Message Tatsuo Ishii 2012-08-29 23:02:27 Re: multi-master pgbench?