Commit c3f903ac authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

parent caf2d69e
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.252 2010/07/24 12:17:35 petere Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.253 2010/07/24 16:46:57 petere Exp $ -->
<chapter id="datatype"> <chapter id="datatype">
<title>Data Types</title> <title>Data Types</title>
...@@ -2781,7 +2781,7 @@ P <optional> <replaceable>years</>-<replaceable>months</>-<replaceable>days</> < ...@@ -2781,7 +2781,7 @@ P <optional> <replaceable>years</>-<replaceable>months</>-<replaceable>days</> <
<row> <row>
<entry><type>boolean</type></entry> <entry><type>boolean</type></entry>
<entry>1 byte</entry> <entry>1 byte</entry>
<entry>state of true of false</entry> <entry>state of true or false</entry>
</row> </row>
</tbody> </tbody>
</tgroup> </tgroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment