mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Documentation cleanup for the possible values of the datatype 'boolean'.
This commit is contained in:
parent
832c095d68
commit
a9cc9df021
@ -2784,9 +2784,9 @@ P <optional> <replaceable>years</>-<replaceable>months</>-<replaceable>days</> <
|
|||||||
<productname>PostgreSQL</productname> provides the
|
<productname>PostgreSQL</productname> provides the
|
||||||
standard <acronym>SQL</acronym> type <type>boolean</type>;
|
standard <acronym>SQL</acronym> type <type>boolean</type>;
|
||||||
see <xref linkend="datatype-boolean-table">.
|
see <xref linkend="datatype-boolean-table">.
|
||||||
The <type>boolean</type> type can have one of only two states:
|
The <type>boolean</type> type can have several states:
|
||||||
<quote>true</quote> or <quote>false</quote>. A third state,
|
<quote>true</quote>, <quote>false</quote>, and a third state,
|
||||||
<quote>unknown</quote>, is represented by the
|
<quote>unknown</quote>, which is represented by the
|
||||||
<acronym>SQL</acronym> null value.
|
<acronym>SQL</acronym> null value.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user