We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745c1b2 commit 8a35b07Copy full SHA for 8a35b07
doc/src/sgml/ref/fetch.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
PostgreSQL documentation
4
-->
5
@@ -326,11 +326,6 @@ FETCH <replaceable class="parameter">count</replaceable>
326
<literal>FETCH ABSOLUTE 0</literal>) is fast.
327
</para>
328
329
- <para>
330
- Updating data via a cursor is currently not supported by
331
- <productname>PostgreSQL</productname>.
332
- </para>
333
-
334
<para>
335
<xref linkend="sql-declare" endterm="sql-declare-title">
336
is used to define a cursor. Use
0 commit comments