diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-10-27 02:51:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-10-27 02:51:39 +0000 |
commit | 03a2c3b586be83d875b1618a79ae85c8cd278d84 (patch) | |
tree | 5080af2a505ed9f57ebdbdf3f1c1491420dc972d /doc/src | |
parent | 866c850cf5cd793367dde7cc72fcd46b34ea2c7b (diff) | |
download | postgresql-03a2c3b586be83d875b1618a79ae85c8cd278d84.tar.gz postgresql-03a2c3b586be83d875b1618a79ae85c8cd278d84.zip |
Fix MOVE/FETCH wording.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 8a30a852e99..91439c17f1e 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.217 2003/10/26 04:50:16 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.218 2003/10/27 02:51:39 momjian Exp $ --> <appendix id="release"> @@ -249,10 +249,9 @@ required for those wishing to migrate data from any previous release.</para> <itemizedlist> <listitem><para>Add ON COMMIT clause to CREATE TABLE for temp tables (Gavin)</para></listitem> <listitem><para>Allow cursors outside transactions using WITH HOLD (Neil)</para></listitem> -<listitem><para>Make MOVE/FETCH 0 now does nothing (Bruce)</para></listitem> -<listitem><para>Cause MOVE/FETCH now returns the number of rows moved/fetched, or zero if at the beginning/end of cursor, +<listitem><para>MOVE/FETCH 0 now does nothing (Bruce)</para></listitem> +<listitem><para>Cause MOVE/FETCH to return the number of rows moved/fetched, or zero if at the beginning/end of cursor, per SQL spec (Bruce)</para></listitem> -<listitem><para>Have MOVE return 0 or 1 depending on cursor position (Bruce)</para></listitem> <listitem><para>Properly handle SCROLL with cursors, or report an error (Neil)</para></listitem> <listitem><para>Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options for FETCH and MOVE (Tom)</para></listitem> |