mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Fix typo
This commit is contained in:
parent
caf2d69ee0
commit
c3f903aca7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $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">
|
||||
<title>Data Types</title>
|
||||
|
|
@ -2781,7 +2781,7 @@ P <optional> <replaceable>years</>-<replaceable>months</>-<replaceable>days</> <
|
|||
<row>
|
||||
<entry><type>boolean</type></entry>
|
||||
<entry>1 byte</entry>
|
||||
<entry>state of true of false</entry>
|
||||
<entry>state of true or false</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue