From afc8f47b5885716db716a2523c00f7465cb7f415 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 15 Dec 2010 20:52:31 -0500 Subject: [PATCH] Document timestamptz a little better. --- doc/src/sgml/datatype.sgml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 66aef156082..edb0384694d 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1442,6 +1442,9 @@ SELECT E'\\xDEADBEEF'; timestamp + + timestamptz + timestamp with time zone @@ -1535,7 +1538,9 @@ 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.) + with time zone.) timestamptz is taken as an + abbreviation for timestamp with time zone; this is a + PostgreSQL extension. -- 2.39.5