Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 03a2c3b

Browse files
committed
Fix MOVE/FETCH wording.
1 parent 866c850 commit 03a2c3b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/src/sgml/release.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.217 2003/10/26 04:50:16 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.218 2003/10/27 02:51:39 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -249,10 +249,9 @@ required for those wishing to migrate data from any previous release.</para>
249249
<itemizedlist>
250250
<listitem><para>Add ON COMMIT clause to CREATE TABLE for temp tables (Gavin)</para></listitem>
251251
<listitem><para>Allow cursors outside transactions using WITH HOLD (Neil)</para></listitem>
252-
<listitem><para>Make MOVE/FETCH 0 now does nothing (Bruce)</para></listitem>
253-
<listitem><para>Cause MOVE/FETCH now returns the number of rows moved/fetched, or zero if at the beginning/end of cursor,
252+
<listitem><para>MOVE/FETCH 0 now does nothing (Bruce)</para></listitem>
253+
<listitem><para>Cause MOVE/FETCH to return the number of rows moved/fetched, or zero if at the beginning/end of cursor,
254254
per SQL spec (Bruce)</para></listitem>
255-
<listitem><para>Have MOVE return 0 or 1 depending on cursor position (Bruce)</para></listitem>
256255
<listitem><para>Properly handle SCROLL with cursors, or report an error (Neil)</para></listitem>
257256
<listitem><para>Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options
258257
for FETCH and MOVE (Tom)</para></listitem>

0 commit comments

Comments
 (0)