diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index bc1ec3f8217..ab8eb2d30bb 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.