diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-02-15 21:11:17 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-02-15 21:11:17 +0000 |
commit | bf0078d2574d062d763a808f17278b6a746a9846 (patch) | |
tree | f7d127bd535da5e49e572c6cf21dda8ee1edf6a8 /doc/src | |
parent | 059e361481641b044fb6265b773d77231496eda5 (diff) | |
download | postgresql-bf0078d2574d062d763a808f17278b6a746a9846.tar.gz postgresql-bf0078d2574d062d763a808f17278b6a746a9846.zip |
Update obsolete wording of error message.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/declare.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml index aef7d3580f8..e5b1a6d9500 100644 --- a/doc/src/sgml/ref/declare.sgml +++ b/doc/src/sgml/ref/declare.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.11 2000/12/25 23:15:26 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.12 2001/02/15 21:11:17 tgl Exp $ Postgres documentation --> @@ -166,7 +166,7 @@ NOTICE: Closing pre-existing portal "<replaceable class="parameter">cursorname< <varlistentry> <term><computeroutput> -ERROR: Named portals may only be used in begin/end transaction blocks +ERROR: DECLARE CURSOR may only be used in begin/end transaction blocks </computeroutput></term> <listitem> <para> @@ -223,8 +223,8 @@ ERROR: Named portals may only be used in begin/end transaction blocks <para> String representation is architecture-neutral whereas binary - representation can differ between different machine architectures - and <emphasis><productname>Postgres</productname> does not resolve + representation can differ between different machine architectures. + <emphasis><productname>Postgres</productname> does not resolve byte ordering or representation issues for binary cursors</emphasis>. Therefore, if your client machine and server machine use different representations (e.g., "big-endian" versus "little-endian"), |