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

Commit b3a10a8

Browse files
committed
Update MOVE/FETCH release note mention.
1 parent 8cdadab commit b3a10a8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/src/sgml/release.sgml

Lines changed: 7 additions & 6 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.216 2003/10/22 17:27:14 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.217 2003/10/26 04:50:16 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -101,8 +101,9 @@ required for those wishing to migrate data from any previous release.</para>
101101
and error codes have been added.</para></listitem>
102102
<listitem><para> ANSI inner joins may behave differently because they are now better optimized</para></listitem>
103103
<listitem><para> A number of server variables have been renamed for clarity</para></listitem>
104-
<listitem><para> MOVE/FETCH 0 now does nothing; return value of MOVE/FETCH 1/0
105-
varies based on the current offset in the cursor</para></listitem>
104+
<listitem><para> MOVE/FETCH 0 now does nothing</para></listitem>
105+
<listitem><para> MOVE/FETCH now returns the actual number of rows moved/fetched, or zero
106+
if at the beginning/end of the cursor</para></listitem>
106107
<listitem><para> COPY now can process carriage-return/line-feed and carriage-return
107108
terminated files. Literal carriage-returns and line-feeds are no
108109
longer accepted as data values; use \r and \n instead.</para></listitem>
@@ -248,9 +249,9 @@ required for those wishing to migrate data from any previous release.</para>
248249
<itemizedlist>
249250
<listitem><para>Add ON COMMIT clause to CREATE TABLE for temp tables (Gavin)</para></listitem>
250251
<listitem><para>Allow cursors outside transactions using WITH HOLD (Neil)</para></listitem>
251-
<listitem><para>Make MOVE/FETCH 0 actually move/fetch 0 (Bruce)</para></listitem>
252-
<listitem><para>Cause FETCH 1 to return the next cursor row number, or zero if at
253-
beginning/end of cursor, per SQL spec (Bruce)</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,
254+
per SQL spec (Bruce)</para></listitem>
254255
<listitem><para>Have MOVE return 0 or 1 depending on cursor position (Bruce)</para></listitem>
255256
<listitem><para>Properly handle SCROLL with cursors, or report an error (Neil)</para></listitem>
256257
<listitem><para>Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options

0 commit comments

Comments
 (0)