diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2003-09-22 00:16:58 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2003-09-22 00:16:58 +0000 |
| commit | 5d00f984d8e89b5379eabcdc4b808f8dacc024f7 (patch) | |
| tree | 4d5af9af360d8d50351dcb61fe60e47d2e8ad431 /doc/src/sgml/ref/fetch.sgml | |
| parent | 5aa29e88e998dc6cb66cd04dd6d8be5d187a0673 (diff) | |
Make the SQL command synopses appear less random.
Diffstat (limited to 'doc/src/sgml/ref/fetch.sgml')
| -rw-r--r-- | doc/src/sgml/ref/fetch.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index 5f3639d4c7f..798fa5c068c 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.33 2003/09/12 00:12:47 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.34 2003/09/22 00:16:58 petere Exp $ PostgreSQL documentation --> @@ -20,7 +20,7 @@ PostgreSQL documentation <refsynopsisdiv> <synopsis> -FETCH [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursor</replaceable> +FETCH [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursorname</replaceable> where <replaceable class="PARAMETER">direction</replaceable> can be empty or one of: @@ -270,7 +270,7 @@ where <replaceable class="PARAMETER">direction</replaceable> can be empty or one </varlistentry> <varlistentry> - <term><replaceable class="PARAMETER">cursor</replaceable></term> + <term><replaceable class="PARAMETER">cursorname</replaceable></term> <listitem> <para> An open cursor's name. |
