|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
@@ -249,10 +249,9 @@ required for those wishing to migrate data from any previous release.</para>
|
249 | 249 | <itemizedlist>
|
250 | 250 | <listitem><para>Add ON COMMIT clause to CREATE TABLE for temp tables (Gavin)</para></listitem>
|
251 | 251 | <listitem><para>Allow cursors outside transactions using WITH HOLD (Neil)</para></listitem>
|
252 |
| -<listitem><para>MakeMOVE/FETCH 0 now does nothing (Bruce)</para></listitem> |
253 |
| -<listitem><para>Cause MOVE/FETCHnow 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/FETCHto return the number of rows moved/fetched, or zero if at the beginning/end of cursor, |
254 | 254 | per SQL spec (Bruce)</para></listitem>
|
255 |
| -<listitem><para>Have MOVE return 0 or 1 depending on cursor position (Bruce)</para></listitem> |
256 | 255 | <listitem><para>Properly handle SCROLL with cursors, or report an error (Neil)</para></listitem>
|
257 | 256 | <listitem><para>Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options
|
258 | 257 | for FETCH and MOVE (Tom)</para></listitem>
|
|