File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2784,9 +2784,9 @@ P <optional> <replaceable>years</>-<replaceable>months</>-<replaceable>days</> <
2784
2784
<productname>PostgreSQL</productname> provides the
2785
2785
standard <acronym>SQL</acronym> type <type>boolean</type>;
2786
2786
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
2790
2790
<acronym>SQL</acronym> null value.
2791
2791
</para>
2792
2792
You can’t perform that action at this time.
0 commit comments