From bf0078d2574d062d763a808f17278b6a746a9846 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 15 Feb 2001 21:11:17 +0000 Subject: [PATCH] Update obsolete wording of error message. --- doc/src/sgml/ref/declare.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml index aef7d3580f..e5b1a6d950 100644 --- a/doc/src/sgml/ref/declare.sgml +++ b/doc/src/sgml/ref/declare.sgml @@ -1,5 +1,5 @@ @@ -166,7 +166,7 @@ NOTICE: Closing pre-existing portal "cursorname< -ERROR: Named portals may only be used in begin/end transaction blocks +ERROR: DECLARE CURSOR may only be used in begin/end transaction blocks @@ -223,8 +223,8 @@ ERROR: Named portals may only be used in begin/end transaction blocks String representation is architecture-neutral whereas binary - representation can differ between different machine architectures - and Postgres does not resolve + representation can differ between different machine architectures. + Postgres does not resolve byte ordering or representation issues for binary cursors. Therefore, if your client machine and server machine use different representations (e.g., "big-endian" versus "little-endian"), -- 2.40.0