From a9cc9df021f43a8ecda0924236d22a004baa7d13 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 9 May 2011 23:25:16 -0400 Subject: [PATCH] Documentation cleanup for the possible values of the datatype 'boolean'. --- doc/src/sgml/datatype.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.40.0