We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent832c095 commita9cc9dfCopy full SHA for a9cc9df
doc/src/sgml/datatype.sgml
@@ -2784,9 +2784,9 @@ P <optional> <replaceable>years</>-<replaceable>months</>-<replaceable>days</> <
2784
<productname>PostgreSQL</productname> provides the
2785
standard <acronym>SQL</acronym> type <type>boolean</type>;
2786
see <xref linkend="datatype-boolean-table">.
2787
- The <type>boolean</type> type can haveone of only two states:
2788
- <quote>true</quote> or<quote>false</quote>. A third state,
2789
- <quote>unknown</quote>, is represented by the
+ The <type>boolean</type> type can haveseveral states:
+ <quote>true</quote>,<quote>false</quote>, and a third state,
+ <quote>unknown</quote>,whichis represented by the
2790
<acronym>SQL</acronym> null value.
2791
</para>
2792