From: Bruce Momjian Date: Mon, 15 Mar 1999 15:00:08 +0000 (+0000) Subject: bool uses one byte X-Git-Tag: REL6_5~524 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd72d24e029d2e0e04b05f7827fb8f90c516f73f;p=thirdparty%2Fpostgresql.git bool uses one byte --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index e6ff993b104..faa79189ab1 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2005,7 +2005,7 @@ and boolean expressions always evaluate to a result compatible with this type. -bool uses 4 bytes of storage. +bool uses 1 byte of storage.