diff options
-rw-r--r-- | doc/src/sgml/ref/fetch.sgml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index 1fa025361e0..99b90a203b1 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.8 2000/03/26 18:32:27 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.9 2000/04/04 19:29:18 momjian Exp $ Postgres documentation --> @@ -257,11 +257,6 @@ FETCH RELATIVE 0 FROM <replaceable class="PARAMETER">cursor</replaceable> </para> <para> - Once all rows are fetched, every other fetch access returns - no rows. - </para> - - <para> Updating data in a cursor is not supported by <productname>Postgres</productname>, because mapping cursor updates back to base tables is |