File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.7 1999/07/22 15:09:09 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.8 1999/12/30 22:58:10 momjian Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -23,7 +23,7 @@ Postgres documentation
23
23
<date>1999-07-20</date>
24
24
</refsynopsisdivinfo>
25
25
<synopsis>
26
- DECLARE <replaceable class="parameter">cursor </replaceable> [ BINARY ] [ INSENSITIVE ] [ SCROLL ]
26
+ DECLARE <replaceable class="parameter">cursorname </replaceable> [ BINARY ] [ INSENSITIVE ] [ SCROLL ]
27
27
CURSOR FOR <replaceable class="parameter">query</replaceable>
28
28
[ FOR { READ ONLY | UPDATE [ OF <replaceable class="parameter">column</replaceable> [, ...] ] ]
29
29
</synopsis>
@@ -37,7 +37,7 @@ DECLARE <replaceable class="parameter">cursor</replaceable> [ BINARY ] [ INSENSI
37
37
<para>
38
38
<variablelist>
39
39
<varlistentry>
40
- <term><replaceable class="parameter">cursor </replaceable></term>
40
+ <term><replaceable class="parameter">cursorname </replaceable></term>
41
41
<listitem>
42
42
<para>
43
43
The name of the cursor to be used in subsequent FETCH operations..
@@ -154,11 +154,11 @@ SELECT
154
154
<varlistentry>
155
155
<term><computeroutput>
156
156
NOTICE
157
- BlankPortalAssignName: portal "<replaceable class="parameter">cursor </replaceable>" already exists
157
+ BlankPortalAssignName: portal "<replaceable class="parameter">cursorname </replaceable>" already exists
158
158
</computeroutput></term>
159
159
<listitem>
160
160
<para>
161
- This error occurs if <replaceable class="parameter">cursor </replaceable> is already declared.
161
+ This error occurs if <replaceable class="parameter">cursorname </replaceable> is already declared.
162
162
</para>
163
163
</listitem>
164
164
</varlistentry>
You can’t perform that action at this time.
0 commit comments