From: Tom Lane <tgl@sss.pgh.pa.us> Date: Wed, 24 Oct 2007 22:55:52 +0000 (+0000) Subject: Remove obsolete statement that you can't update through a cursor. X-Git-Tag: REL8_3_BETA2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a35b07e1849c1af7acbdc8eea0bc357b5ad51e3;p=postgresql Remove obsolete statement that you can't update through a cursor. --- diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index c5975c73e0..a3168d5f48 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.40 2007/02/01 00:28:19 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.41 2007/10/24 22:55:52 tgl Exp $ PostgreSQL documentation --> @@ -326,11 +326,6 @@ FETCH <replaceable class="parameter">count</replaceable> <literal>FETCH ABSOLUTE 0</literal>) is fast. </para> - <para> - Updating data via a cursor is currently not supported by - <productname>PostgreSQL</productname>. - </para> - <para> <xref linkend="sql-declare" endterm="sql-declare-title"> is used to define a cursor. Use