projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1220163
)
Put the brackets in the right places in timestamp entries in table 8-1.
author
Tom Lane
Sat, 18 Sep 2004 15:28:03 +0000
(15:28 +0000)
committer
Tom Lane
Sat, 18 Sep 2004 15:28:03 +0000
(15:28 +0000)
Spotted by Josh Purinton.
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index c35ef9edb46097b6921935bb4632bb1fe81ea4d6..d15d7b398e4d57c1d6081d13d758c42712e8a7ef 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-1,5
+1,5
@@
@@
-226,13
+226,13
@@
$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.147 2004/08/10 00:55:02 tgl Ex
-
timestamp [ (
p
) ]
without time zone
+
timestamp [ (
p
) ]
[ without time zone ]
timestamp
date and time
-
timestamp [ (
p
) ]
[ with time zone ]
+
timestamp [ (
p
) ]
with time zone
timestamptz
date and time, including time zone