projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88c8034
)
Doc wording improvement: taken -> accepted
author
Bruce Momjian
Wed, 29 Dec 2010 18:49:26 +0000
(13:49 -0500)
committer
Bruce Momjian
Wed, 29 Dec 2010 18:49:26 +0000
(13:49 -0500)
with time zone.)
timestamptz
is accepted as an
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index edb0384694dcd24b2310272a9e2390eb1e343fde..af9938447b6b2a94d5af3adcd5bba916e9852313 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-1538,7
+1538,7
@@
SELECT E'\\xDEADBEEF';
be equivalent to
timestamp without time
zone, and
PostgreSQL
honors that
behavior. (Releases prior to 7.3 treated it as
timestamp
- with time zone.)
timestamptz
is
taken
as an
+ with time zone.)
timestamptz
is
accepted
as an
abbreviation for
timestamp with time zone
; this is a
PostgreSQL
extension.