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
474875f4
Commit
474875f4
authored
Jun 17, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The attached patch adds some index entries pointing to the cursor
reference pages. Please apply. Alvaro Herrera
parent
5f3edded
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
4 deletions
+24
-4
doc/src/sgml/ref/close.sgml
doc/src/sgml/ref/close.sgml
+6
-1
doc/src/sgml/ref/declare.sgml
doc/src/sgml/ref/declare.sgml
+6
-1
doc/src/sgml/ref/fetch.sgml
doc/src/sgml/ref/fetch.sgml
+6
-1
doc/src/sgml/ref/move.sgml
doc/src/sgml/ref/move.sgml
+6
-1
No files found.
doc/src/sgml/ref/close.sgml
View file @
474875f4
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/close.sgml,v 1.2
0 2003/11/29 19:51:38 pgsql
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/close.sgml,v 1.2
1 2004/06/17 12:41:02 momjian
Exp $
PostgreSQL documentation
-->
...
...
@@ -18,6 +18,11 @@ PostgreSQL documentation
<primary>CLOSE</primary>
</indexterm>
<indexterm zone="sql-close">
<primary>cursor</primary>
<secondary>CLOSE</secondary>
</indexterm>
<refsynopsisdiv>
<synopsis>
CLOSE <replaceable class="PARAMETER">name</replaceable>
...
...
doc/src/sgml/ref/declare.sgml
View file @
474875f4
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.3
0 2003/11/29 19:51:38 pgsql
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.3
1 2004/06/17 12:41:02 momjian
Exp $
PostgreSQL documentation
-->
...
...
@@ -18,6 +18,11 @@ PostgreSQL documentation
<primary>DECLARE</primary>
</indexterm>
<indexterm zone="sql-declare">
<primary>cursor</primary>
<secondary>DECLARE</secondary>
</indexterm>
<refsynopsisdiv>
<synopsis>
DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]
...
...
doc/src/sgml/ref/fetch.sgml
View file @
474875f4
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.3
6 2004/03/23 22:57:09 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.3
7 2004/06/17 12:41:02 momjian
Exp $
PostgreSQL documentation
-->
...
...
@@ -18,6 +18,11 @@ PostgreSQL documentation
<primary>FETCH</primary>
</indexterm>
<indexterm zone="sql-fetch">
<primary>cursor</primary>
<secondary>FETCH</secondary>
</indexterm>
<refsynopsisdiv>
<synopsis>
FETCH [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursorname</replaceable>
...
...
doc/src/sgml/ref/move.sgml
View file @
474875f4
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.2
7 2004/03/23 22:39:22 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.2
8 2004/06/17 12:41:02 momjian
Exp $
PostgreSQL documentation
-->
...
...
@@ -18,6 +18,11 @@ PostgreSQL documentation
<primary>MOVE</primary>
</indexterm>
<indexterm zone="sql-move">
<primary>cursor</primary>
<secondary>MOVE</secondary>
</indexterm>
<refsynopsisdiv>
<synopsis>
MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursorname</replaceable>
...
...
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