From eead0e77a4ce5d760b9e4fc17376da725b387889 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Thu, 11 May 2000 17:32:33 +0000
Subject: Update SGML for FETCH and url's.
---
doc/src/sgml/contacts.sgml | 2 +-
doc/src/sgml/info.sgml | 4 ++--
doc/src/sgml/ref/fetch.sgml | 8 ++++----
doc/src/sgml/ref/move.sgml | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
(limited to 'doc/src')
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.
Refer to the introduction in this manual or to the
-Postgres web page
+Postgres web page
for subscription information to the no-cost mailing lists.
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 @@
@@ -112,7 +112,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.7 2000/05/11 15:18:13 thomas
The
- Postgres
+ Postgres
web site might have some information not appearing in the distribution.
There is a mhonarc 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 @@
@@ -23,8 +23,8 @@ Postgres documentation
1999-07-20
-FETCH [ selector ] [ count ] { IN | FROM } cursor
-FETCH [ RELATIVE ] [ { [ # | ALL | NEXT | PRIOR ] } ] FROM ] cursor
+FETCH [ direction ] [ count ] { IN | FROM } cursor
+FETCH [ FORWARD | BACKWARD | RELATIVE ] [ # | ALL | NEXT | PRIOR ] { IN | FROM } cursor
@@ -38,7 +38,7 @@ FETCH [ RELATIVE ] [ { [ # | ALL |
- selector
+ direction
selector
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 @@
@@ -23,7 +23,7 @@ Postgres documentation
1999-07-20
-MOVE [ selector ] [ count ]
+MOVE [ direction ] [ count ]
{ IN | FROM } cursor
--
cgit v1.2.3