diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-21 22:42:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-21 22:42:04 +0000 |
commit | e3e41a648d80d009c180a6364896efb5e35ad6cf (patch) | |
tree | f685f91481b3929c6d5e9baf495aa1fe9f9c70eb /doc/src | |
parent | 3a95427d42235d19d71023971e8db09769738b9f (diff) | |
download | postgresql-e3e41a648d80d009c180a6364896efb5e35ad6cf.tar.gz postgresql-e3e41a648d80d009c180a6364896efb5e35ad6cf.zip |
Small spacing cleanup.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/fetch.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index d12f1120468..60e11ab50f5 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.18 2002/02/21 22:39:35 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.19 2002/02/21 22:42:04 momjian Exp $ PostgreSQL documentation --> @@ -25,7 +25,7 @@ PostgreSQL documentation <synopsis> 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> + { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable> </synopsis> <refsect2 id="R2-SQL-FETCH-1"> |