aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-12-29 13:49:26 -0500
committerBruce Momjian <bruce@momjian.us>2010-12-29 13:49:26 -0500
commit0be88f8739813067207314b3f88424ee8568d206 (patch)
tree4c216ad10be85bb7a45097928807c33e334fc30a
parent88c803457a53d2f83168519f0651e6dc258003b5 (diff)
downloadpostgresql-0be88f8739813067207314b3f88424ee8568d206.tar.gz
postgresql-0be88f8739813067207314b3f88424ee8568d206.zip
Doc wording improvement: taken -> accepted
with time zone</type>.) <type>timestamptz</type> is accepted as an
-rw-r--r--doc/src/sgml/datatype.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index edb0384694d..af9938447b6 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -1538,7 +1538,7 @@ SELECT E'\\xDEADBEEF';
be equivalent to <type>timestamp without time
zone</type>, and <productname>PostgreSQL</productname> honors that
behavior. (Releases prior to 7.3 treated it as <type>timestamp
- with time zone</type>.) <type>timestamptz</type> is taken as an
+ with time zone</type>.) <type>timestamptz</type> is accepted as an
abbreviation for <type>timestamp with time zone</type>; this is a
<productname>PostgreSQL</productname> extension.
</para>