BUG #6016: Documentation makes inappropriate reference to boolean logic - Mailing list pgsql-bugs

From
Subject BUG #6016: Documentation makes inappropriate reference to boolean logic
Date
Msg-id 201105091303.p49D35t8004025@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #6016: Documentation makes inappropriate reference to boolean logic
List pgsql-bugs
The following bug has been logged online:

Bug reference:      6016
Logged by:
Email address:      asuffield@acunu.com
PostgreSQL version: 9 (all)
Operating system:   documentation
Description:        Documentation makes inappropriate reference to boolean
logic
Details:

Documentation section 9.1 reads:

"SQL uses a three-valued Boolean logic..."

A "Boolean logic" is a specific thing, and all Boolean logics have 2^k
values; a 3-valued logic is not Boolean. Should read:

"The SQL Boolean type uses a three-valued logic..."

(Curiously, SQL99 appears to be an actual 4-valued Boolean logic)

pgsql-bugs by date:

Previous
From: Rodriguez Fernando
Date:
Subject: column check mistake or not?
Next
From: Tom Lane
Date:
Subject: Re: column check mistake or not?