Skip to content

Commit bf0078d

Browse files
committed
Update obsolete wording of error message.
1 parent 059e361 commit bf0078d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/ref/declare.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.11 2000/12/25 23:15:26 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.12 2001/02/15 21:11:17 tgl Exp $
33
Postgres documentation
44
-->
55

@@ -166,7 +166,7 @@ NOTICE: Closing pre-existing portal "<replaceable class="parameter">cursorname<
166166

167167
<varlistentry>
168168
<term><computeroutput>
169-
ERROR: Named portals may only be used in begin/end transaction blocks
169+
ERROR: DECLARE CURSOR may only be used in begin/end transaction blocks
170170
</computeroutput></term>
171171
<listitem>
172172
<para>
@@ -223,8 +223,8 @@ ERROR: Named portals may only be used in begin/end transaction blocks
223223

224224
<para>
225225
String representation is architecture-neutral whereas binary
226-
representation can differ between different machine architectures
227-
and <emphasis><productname>Postgres</productname> does not resolve
226+
representation can differ between different machine architectures.
227+
<emphasis><productname>Postgres</productname> does not resolve
228228
byte ordering or representation issues for binary cursors</emphasis>.
229229
Therefore, if your client machine and server machine use different
230230
representations (e.g., "big-endian" versus "little-endian"),

0 commit comments

Comments
 (0)