Skip to content
Snippets Groups Projects
Commit 832c095d authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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.
parent 7886cc73
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,9 @@
<member><literal>NOT</></member>
</simplelist>
 
<acronym>SQL</acronym> uses a three-valued Boolean logic where the null value represents
<quote>unknown</quote>. Observe the following truth tables:
<acronym>SQL</acronym> uses a three-valued logic system with true,
false, and <literal>null</>, which represents <quote>unknown</quote>.
Observe the following truth tables:
 
<informaltable>
<tgroup cols="4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment