From: Bruce Momjian Date: Sat, 1 Sep 2012 16:04:44 +0000 (-0400) Subject: Revert doc patch 305557984dd964ac397c6752e9d0f14646b60f15 as the values X-Git-Tag: REL9_3_BETA1~963 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53fa0c6db8e9ebbef9a2806193797735998520c6;p=postgresql Revert doc patch 305557984dd964ac397c6752e9d0f14646b60f15 as the values are sometimes signed, sometimes unsigned. --- diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 8778c58219..e72556303a 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1819,7 +1819,7 @@ This section describes the base data types used in messages. - An n-bit signed integer in network byte + An n-bit integer in network byte order (most significant byte first). If i is specified it is the exact value that will appear, otherwise the value