1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Remove 'emphasis' markup inside literal; not allowed.

This commit is contained in:
Bruce Momjian
2010-02-26 01:11:46 +00:00
parent d98039d896
commit 87f609c4fe

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.245 2010/02/25 18:16:53 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.246 2010/02/26 01:11:46 momjian Exp $ -->
<chapter id="datatype">
<title id="datatype-title">Data Types</title>
@ -1524,7 +1524,7 @@ SELECT E'\\xDEADBEEF';
<note>
<para>
The SQL standard requires that writing just <type>timestamp</type>
be equivalent to <type>timestamp <emphasis>without</> time
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>.)