diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index bc1ec3f..b838ee1 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2784,10 +2784,10 @@ 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 - SQL null value. + A non-NULL boolean type can have one of only two states: + true or false. For a list of + operators to use with boolean expressions, see + .