-ERROR: Named portals may only be used in begin/end transaction blocks
+ERROR: DECLARE CURSOR 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"),