From: Bruce Momjian Date: Tue, 10 May 2011 01:04:18 +0000 (-0400) Subject: Update documentation to state there is three-value logic, not X-Git-Tag: REL9_1_BETA2~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=832c095d686e89f6390e0ff3e91b4c8015c2c3f7;p=postgresql Update documentation to state there is three-value logic, not three-value boolean logic. Backpatch to 9.0.X since we just got another bug report about this today. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 657835c701..c1a34fb169 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -82,8 +82,9 @@ NOT - SQL uses a three-valued Boolean logic where the null value represents - unknown. Observe the following truth tables: + SQL uses a three-valued logic system with true, + false, and null, which represents unknown. + Observe the following truth tables: