Remove obsolete statement that you can't update through a cursor.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Oct 2007 22:55:52 +0000 (22:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Oct 2007 22:55:52 +0000 (22:55 +0000)
doc/src/sgml/ref/fetch.sgml

index a396e418eda3479e6cf684d7bb6fe75b5506358d..559d91a98e3f9a6488d4f85a72bd3f6cc9c19e40 100644 (file)
@@ -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