diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-05-09 23:25:16 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-05-09 23:25:16 -0400 |
commit | a9cc9df021f43a8ecda0924236d22a004baa7d13 (patch) | |
tree | be935e8f53e8e5a09d214791ff4dc5f4adb90c6c | |
parent | 832c095d686e89f6390e0ff3e91b4c8015c2c3f7 (diff) | |
download | postgresql-a9cc9df021f43a8ecda0924236d22a004baa7d13.tar.gz postgresql-a9cc9df021f43a8ecda0924236d22a004baa7d13.zip |
Documentation cleanup for the possible values of the datatype 'boolean'.
-rw-r--r-- | doc/src/sgml/datatype.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index bc1ec3f8217..ab8eb2d30bb 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2784,9 +2784,9 @@ P <optional> <replaceable>years</>-<replaceable>months</>-<replaceable>days</> < <productname>PostgreSQL</productname> provides the standard <acronym>SQL</acronym> type <type>boolean</type>; see <xref linkend="datatype-boolean-table">. - The <type>boolean</type> type can have one of only two states: - <quote>true</quote> or <quote>false</quote>. A third state, - <quote>unknown</quote>, is represented by the + The <type>boolean</type> type can have several states: + <quote>true</quote>, <quote>false</quote>, and a third state, + <quote>unknown</quote>, which is represented by the <acronym>SQL</acronym> null value. </para> |