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
af054db6
Commit
af054db6
authored
Nov 11, 2009
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the previous FETCH and MOVE changes.
parent
2ea179f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
doc/src/sgml/ref/fetch.sgml
doc/src/sgml/ref/fetch.sgml
+4
-3
doc/src/sgml/ref/move.sgml
doc/src/sgml/ref/move.sgml
+2
-2
No files found.
doc/src/sgml/ref/fetch.sgml
View file @
af054db6
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.4
5 2009/09/19 10:23:27 pete
re Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.4
6 2009/11/11 20:07:57 alvher
re Exp $
PostgreSQL documentation
-->
...
...
@@ -26,7 +26,7 @@ PostgreSQL documentation
<refsynopsisdiv>
<synopsis>
FETCH [ <replaceable class="PARAMETER">direction</replaceable>
{ FROM | IN }
] <replaceable class="PARAMETER">cursor_name</replaceable>
FETCH [ <replaceable class="PARAMETER">direction</replaceable>
[ FROM | IN ]
] <replaceable class="PARAMETER">cursor_name</replaceable>
<phrase>where <replaceable class="PARAMETER">direction</replaceable> can be empty or one of:</phrase>
...
...
@@ -404,7 +404,8 @@ COMMIT WORK;
<para>
The SQL standard allows only <literal>FROM</> preceding the cursor
name; the option to use <literal>IN</> is an extension.
name; the option to use <literal>IN</>, or to leave them out altogether, is
an extension.
</para>
</refsect1>
...
...
doc/src/sgml/ref/move.sgml
View file @
af054db6
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.3
3 2009/09/19 10:23:27 pete
re Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.3
4 2009/11/11 20:07:57 alvher
re Exp $
PostgreSQL documentation
-->
...
...
@@ -26,7 +26,7 @@ PostgreSQL documentation
<refsynopsisdiv>
<synopsis>
MOVE [ <replaceable class="PARAMETER">direction</replaceable>
{ FROM | IN }
] <replaceable class="PARAMETER">cursor_name</replaceable>
MOVE [ <replaceable class="PARAMETER">direction</replaceable>
[ FROM | IN ]
] <replaceable class="PARAMETER">cursor_name</replaceable>
</synopsis>
</refsynopsisdiv>
...
...
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