diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 8e25700a177..52d3069a83b 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ - + Data Types @@ -1524,7 +1524,7 @@ SELECT E'\\xDEADBEEF'; The SQL standard requires that writing just timestamp - be equivalent to timestamp without time + be equivalent to timestamp without time zone, and PostgreSQL honors that behavior. (Releases prior to 7.3 treated it as timestamp with time zone.)