From: Bruce Momjian Date: Tue, 10 May 2011 03:25:16 +0000 (-0400) Subject: Documentation cleanup for the possible values of the datatype 'boolean'. X-Git-Tag: REL9_1_BETA2~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9cc9df021f43a8ecda0924236d22a004baa7d13;p=postgresql Documentation cleanup for the possible values of the datatype 'boolean'. --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index bc1ec3f821..ab8eb2d30b 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2784,9 +2784,9 @@ P years-months-days < PostgreSQL provides the standard SQL type boolean; see . - The boolean type can have one of only two states: - true or false. A third state, - unknown, is represented by the + The boolean type can have several states: + true, false, and a third state, + unknown, which is represented by the SQL null value.