Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
03a2c3b5
Commit
03a2c3b5
authored
Oct 27, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MOVE/FETCH wording.
parent
866c850c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+3
-4
No files found.
doc/src/sgml/release.sgml
View file @
03a2c3b5
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.21
7 2003/10/26 04:50:16
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.21
8 2003/10/27 02:51:39
momjian Exp $
-->
-->
<appendix id="release">
<appendix id="release">
...
@@ -249,10 +249,9 @@ required for those wishing to migrate data from any previous release.</para>
...
@@ -249,10 +249,9 @@ required for those wishing to migrate data from any previous release.</para>
<itemizedlist>
<itemizedlist>
<listitem><para>Add ON COMMIT clause to CREATE TABLE for temp tables (Gavin)</para></listitem>
<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>Allow cursors outside transactions using WITH HOLD (Neil)</para></listitem>
<listitem><para>M
ake M
OVE/FETCH 0 now does nothing (Bruce)</para></listitem>
<listitem><para>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>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>
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>Properly handle SCROLL with cursors, or report an error (Neil)</para></listitem>
<listitem><para>Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options
<listitem><para>Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options
for FETCH and MOVE (Tom)</para></listitem>
for FETCH and MOVE (Tom)</para></listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment