projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730fba4
)
Fix typo
author
Peter Eisentraut
<peter_e@gmx.net>
Sat, 24 Jul 2010 16:46:43 +0000
(16:46 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sat, 24 Jul 2010 16:46:43 +0000
(16:46 +0000)
doc/src/sgml/datatype.sgml
patch
|
blob
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index fa365a4149b6a5b5bd82f2c1160a2e1969f3cf77..a80ef844fd3455410fbc8e39df88151ff2d73be7 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-1,4
+1,4
@@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.250.2.
1 2010/07/24 12:17:34
petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.250.2.
2 2010/07/24 16:46:43
petere Exp $ -->
<chapter id="datatype">
<title>Data Types</title>
@@
-2773,7
+2773,7
@@
P <optional> <replaceable>years</>-<replaceable>months</>-<replaceable>days</> <
<row>
<entry><type>boolean</type></entry>
<entry>1 byte</entry>
- <entry>state of true o
f
false</entry>
+ <entry>state of true o
r
false</entry>
</row>
</tbody>
</tgroup>