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.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cd72d24e029d2e0e04b05f7827fb8f90c516f73f;p=users%2Fhanada%2Fpostgres.git bool uses one byte --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index e6ff993b10..faa79189ab 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.