aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-10-24 22:55:52 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-10-24 22:55:52 +0000
commit8a35b07e1849c1af7acbdc8eea0bc357b5ad51e3 (patch)
tree87363a0ed0027c7a5a2a104aa3163aabdb5e0b7b
parent745c1b2c2ab8385c8392ff10383a64527e3150b7 (diff)
downloadpostgresql-8a35b07e1849c1af7acbdc8eea0bc357b5ad51e3.tar.gz
postgresql-8a35b07e1849c1af7acbdc8eea0bc357b5ad51e3.zip
Remove obsolete statement that you can't update through a cursor.
-rw-r--r--doc/src/sgml/ref/fetch.sgml7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml
index c5975c73e05..a3168d5f484 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
-->
@@ -327,11 +327,6 @@ FETCH <replaceable class="parameter">count</replaceable>
</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
<xref linkend="sql-move" endterm="sql-move-title">