Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 832c095

Browse files
committed
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.
1 parent 7886cc7 commit 832c095

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/func.sgml

+3-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@
8282
<member><literal>NOT</></member>
8383
</simplelist>
8484

85-
<acronym>SQL</acronym> uses a three-valued Boolean logic where the null value represents
86-
<quote>unknown</quote>. Observe the following truth tables:
85+
<acronym>SQL</acronym> uses a three-valued logic system with true,
86+
false, and <literal>null</>, which represents <quote>unknown</quote>.
87+
Observe the following truth tables:
8788

8889
<informaltable>
8990
<tgroup cols="4">

0 commit comments

Comments
 (0)