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
eead0e77
Commit
eead0e77
authored
May 11, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update SGML for FETCH and url's.
parent
023fdd6b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
10 deletions
+11
-10
doc/TODO
doc/TODO
+2
-1
doc/src/sgml/contacts.sgml
doc/src/sgml/contacts.sgml
+1
-1
doc/src/sgml/info.sgml
doc/src/sgml/info.sgml
+2
-2
doc/src/sgml/ref/fetch.sgml
doc/src/sgml/ref/fetch.sgml
+4
-4
doc/src/sgml/ref/move.sgml
doc/src/sgml/ref/move.sgml
+2
-2
No files found.
doc/TODO
View file @
eead0e77
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated:
Sat May 6 23:21:34
EDT 2000
Last updated:
Thu May 11 12:47:33
EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -70,6 +70,7 @@ ADMIN
...
@@ -70,6 +70,7 @@ ADMIN
* Allow international error message support and add error codes
* Allow international error message support and add error codes
* Add ability to specifiy location of lock/socket files [flock]
* Add ability to specifiy location of lock/socket files [flock]
* Unify configuration into one configuration file (Peter E)
* Unify configuration into one configuration file (Peter E)
* use setproctitle() if it exists for 'ps' display of status
TYPES
TYPES
...
...
doc/src/sgml/contacts.sgml
View file @
eead0e77
...
@@ -13,7 +13,7 @@ and the mailing lists themselves.
...
@@ -13,7 +13,7 @@ and the mailing lists themselves.
<Para>
<Para>
Refer to the introduction in this manual or to the
Refer to the introduction in this manual or to the
<ulink url="postgresql.org"><productname>Postgres</productname> web page</ulink>
<ulink url="
http://www.
postgresql.org"><productname>Postgres</productname> web page</ulink>
for subscription information to the no-cost mailing lists.
for subscription information to the no-cost mailing lists.
</Para>
</Para>
...
...
doc/src/sgml/info.sgml
View file @
eead0e77
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.
7 2000/05/11 15:18:13 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.
8 2000/05/11 17:32:32 momjian
Exp $
-->
-->
<sect1>
<sect1>
...
@@ -112,7 +112,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.7 2000/05/11 15:18:13 thomas
...
@@ -112,7 +112,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.7 2000/05/11 15:18:13 thomas
<listitem>
<listitem>
<para>
<para>
The
The
<ulink url="http://postgresql.org"><productname>Postgres</productname></ulink>
<ulink url="http://
www.
postgresql.org"><productname>Postgres</productname></ulink>
web site might have some information not appearing in the distribution.
web site might have some information not appearing in the distribution.
There is a <productname>mhonarc</productname> catalog of mailing list traffic
There is a <productname>mhonarc</productname> catalog of mailing list traffic
which is a rich resource for many topics.
which is a rich resource for many topics.
...
...
doc/src/sgml/ref/fetch.sgml
View file @
eead0e77
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.
9 2000/04/04 19:29:18
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.
10 2000/05/11 17:32:33
momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -23,8 +23,8 @@ Postgres documentation
...
@@ -23,8 +23,8 @@ Postgres documentation
<date>1999-07-20</date>
<date>1999-07-20</date>
</refsynopsisdivinfo>
</refsynopsisdivinfo>
<synopsis>
<synopsis>
FETCH [ <replaceable class="PARAMETER">
selector
</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ] { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
FETCH [ <replaceable class="PARAMETER">
direction
</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ] { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
FETCH [
RELATIVE ] [ { [ <replaceable class="PARAMETER">#</replaceable> | ALL | NEXT | PRIOR ] } ] FROM ]
<replaceable class="PARAMETER">cursor</replaceable>
FETCH [
FORWARD | BACKWARD | RELATIVE ] [ <replaceable class="PARAMETER">#</replaceable> | ALL | NEXT | PRIOR ] { IN | FROM }
<replaceable class="PARAMETER">cursor</replaceable>
</synopsis>
</synopsis>
<refsect2 id="R2-SQL-FETCH-1">
<refsect2 id="R2-SQL-FETCH-1">
...
@@ -38,7 +38,7 @@ FETCH [ RELATIVE ] [ { [ <replaceable class="PARAMETER">#</replaceable> | ALL |
...
@@ -38,7 +38,7 @@ FETCH [ RELATIVE ] [ { [ <replaceable class="PARAMETER">#</replaceable> | ALL |
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term><replaceable class="PARAMETER">
selector
</replaceable></term>
<term><replaceable class="PARAMETER">
direction
</replaceable></term>
<listitem>
<listitem>
<para>
<para>
<replaceable class="PARAMETER">selector</replaceable>
<replaceable class="PARAMETER">selector</replaceable>
...
...
doc/src/sgml/ref/move.sgml
View file @
eead0e77
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/move.sgml,v 1.
8 2000/04/04 19:42:36
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/move.sgml,v 1.
9 2000/05/11 17:32:33
momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -23,7 +23,7 @@ Postgres documentation
...
@@ -23,7 +23,7 @@ Postgres documentation
<date>1999-07-20</date>
<date>1999-07-20</date>
</refsynopsisdivinfo>
</refsynopsisdivinfo>
<synopsis>
<synopsis>
MOVE [ <replaceable class="PARAMETER">
selector
</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ]
MOVE [ <replaceable class="PARAMETER">
direction
</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ]
{ IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
{ IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
</synopsis>
</synopsis>
</refsynopsisdiv>
</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