Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8a35b07

Browse files
committed
Remove obsolete statement that you can't update through a cursor.
1 parent 745c1b2 commit 8a35b07

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/src/sgml/ref/fetch.sgml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.40 2007/02/01 00:28:19 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.41 2007/10/24 22:55:52 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -326,11 +326,6 @@ FETCH <replaceable class="parameter">count</replaceable>
326326
<literal>FETCH ABSOLUTE 0</literal>) is fast.
327327
</para>
328328

329-
<para>
330-
Updating data via a cursor is currently not supported by
331-
<productname>PostgreSQL</productname>.
332-
</para>
333-
334329
<para>
335330
<xref linkend="sql-declare" endterm="sql-declare-title">
336331
is used to define a cursor. Use

0 commit comments

Comments
 (0)