diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-16 22:07:14 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-16 22:07:14 -0400 |
commit | 305557984dd964ac397c6752e9d0f14646b60f15 (patch) | |
tree | 74abd76117af6c57df2507b4d771e43ed7bb2605 | |
parent | 33259576563f74d6c34b2f9e3292a54c66e9fd47 (diff) | |
download | postgresql-305557984dd964ac397c6752e9d0f14646b60f15.tar.gz postgresql-305557984dd964ac397c6752e9d0f14646b60f15.zip |
Update 'int' protocol documentation mention to be "signed", per request
from Dmitriy Igrishin
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index e72556303ab..8778c58219b 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. </term> <listitem> <para> - An <replaceable>n</replaceable>-bit integer in network byte + An <replaceable>n</replaceable>-bit signed integer in network byte order (most significant byte first). If <replaceable>i</replaceable> is specified it is the exact value that will appear, otherwise the value |