pgsql: Remove obsolete statement that you can't update through a cursor.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove obsolete statement that you can't update through a cursor.
Date: 2007-10-24 22:55:52
Message-ID: 20071024225552.86A29754229@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove obsolete statement that you can't update through a cursor.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
fetch.sgml (r1.40 -> r1.41)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/fetch.sgml?r1=1.40&r2=1.41)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-10-24 23:27:08 pgsql: Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to
Previous Message Alvaro Herrera 2007-10-24 22:54:13 Re: pgsql: Rearrange vacuum-related bits in PGPROC as a bitmask, to better