From: Bruce Momjian Date: Fri, 17 Aug 2012 02:07:14 +0000 (-0400) Subject: Update 'int' protocol documentation mention to be "signed", per request X-Git-Tag: REL9_3_BETA1~1065 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=305557984dd964ac397c6752e9d0f14646b60f15;p=postgresql Update 'int' protocol documentation mention to be "signed", per request from Dmitriy Igrishin --- diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index e72556303a..8778c58219 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 integer in network byte + An n-bit signed integer in network byte order (most significant byte first). If i is specified it is the exact value that will appear, otherwise the value