Update documentation to state there is three-value logic, not
authorBruce Momjian
Tue, 10 May 2011 01:04:18 +0000 (21:04 -0400)
committerBruce Momjian
Tue, 10 May 2011 01:04:18 +0000 (21:04 -0400)
three-value boolean logic.

Backpatch to 9.0.X since we just got another bug report about this
today.

doc/src/sgml/func.sgml

index 657835c701bc11a56e02cd0be6a008ff6c034d54..c1a34fb16986e0eff56bf22363e6dc88e5e2e6a3 100644 (file)
@@ -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: