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

Commit a9cc9df

Browse files
committed
Documentation cleanup for the possible values of the datatype 'boolean'.
1 parent 832c095 commit a9cc9df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/datatype.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2784,9 +2784,9 @@ P <optional> <replaceable>years</>-<replaceable>months</>-<replaceable>days</> <
27842784
<productname>PostgreSQL</productname> provides the
27852785
standard <acronym>SQL</acronym> type <type>boolean</type>;
27862786
see <xref linkend="datatype-boolean-table">.
2787-
The <type>boolean</type> type can have one of only two states:
2788-
<quote>true</quote> or <quote>false</quote>. A third state,
2789-
<quote>unknown</quote>, is represented by the
2787+
The <type>boolean</type> type can have several states:
2788+
<quote>true</quote>, <quote>false</quote>, and a third state,
2789+
<quote>unknown</quote>, which is represented by the
27902790
<acronym>SQL</acronym> null value.
27912791
</para>
27922792

0 commit comments

Comments
 (0)