From: Bruce Momjian Date: Fri, 26 Feb 2010 01:11:46 +0000 (+0000) Subject: Remove 'emphasis' markup inside literal; not allowed. X-Git-Tag: REL9_0_ALPHA5~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87f609c4feb14d2bbe77b80b0e7369908a24eda3;p=postgresql Remove 'emphasis' markup inside literal; not allowed. --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 8e25700a17..52d3069a83 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.)