summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2000-05-11 17:32:33 +0000
committerBruce Momjian2000-05-11 17:32:33 +0000
commiteead0e77a4ce5d760b9e4fc17376da725b387889 (patch)
tree4cfcad9590f738b61eb9a75e97a61a2ba984a698 /doc/src
parent023fdd6bbb810b5ebe6ac17023d069826207f8c4 (diff)
Update SGML for FETCH and url's.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/contacts.sgml2
-rw-r--r--doc/src/sgml/info.sgml4
-rw-r--r--doc/src/sgml/ref/fetch.sgml8
-rw-r--r--doc/src/sgml/ref/move.sgml4
4 files changed, 9 insertions, 9 deletions
diff --git a/doc/src/sgml/contacts.sgml b/doc/src/sgml/contacts.sgml
index bb82e53a2c9..63af0035909 100644
--- a/doc/src/sgml/contacts.sgml
+++ b/doc/src/sgml/contacts.sgml
@@ -13,7 +13,7 @@ and the mailing lists themselves.
<Para>
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.
</Para>
diff --git a/doc/src/sgml/info.sgml b/doc/src/sgml/info.sgml
index 7c479b1c864..11a2105c9d4 100644
--- a/doc/src/sgml/info.sgml
+++ b/doc/src/sgml/info.sgml
@@ -1,5 +1,5 @@
<!--
-$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>
@@ -112,7 +112,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.7 2000/05/11 15:18:13 thomas
<listitem>
<para>
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.
There is a <productname>mhonarc</productname> catalog of mailing list traffic
which is a rich resource for many topics.
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml
index 99b90a203b1..89b3831b598 100644
--- a/doc/src/sgml/ref/fetch.sgml
+++ b/doc/src/sgml/ref/fetch.sgml
@@ -1,5 +1,5 @@
<!--
-$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
-->
@@ -23,8 +23,8 @@ Postgres documentation
<date>1999-07-20</date>
</refsynopsisdivinfo>
<synopsis>
-FETCH [ <replaceable class="PARAMETER">selector</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 [ <replaceable class="PARAMETER">direction</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ] { IN | 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>
<refsect2 id="R2-SQL-FETCH-1">
@@ -38,7 +38,7 @@ FETCH [ RELATIVE ] [ { [ <replaceable class="PARAMETER">#</replaceable> | ALL |
<variablelist>
<varlistentry>
- <term><replaceable class="PARAMETER">selector</replaceable></term>
+ <term><replaceable class="PARAMETER">direction</replaceable></term>
<listitem>
<para>
<replaceable class="PARAMETER">selector</replaceable>
diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml
index fd87192dc78..f42f738f777 100644
--- a/doc/src/sgml/ref/move.sgml
+++ b/doc/src/sgml/ref/move.sgml
@@ -1,5 +1,5 @@
<!--
-$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
-->
@@ -23,7 +23,7 @@ Postgres documentation
<date>1999-07-20</date>
</refsynopsisdivinfo>
<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>
</synopsis>
</refsynopsisdiv>