aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-02-26 01:11:46 +0000
committerBruce Momjian <bruce@momjian.us>2010-02-26 01:11:46 +0000
commit87f609c4feb14d2bbe77b80b0e7369908a24eda3 (patch)
tree9deeb911670813000d3962b865e931c7f14dd06b
parentd98039d8966dee1ce8a7dfc8687ebdbb4d77b3c6 (diff)
downloadpostgresql-87f609c4feb14d2bbe77b80b0e7369908a24eda3.tar.gz
postgresql-87f609c4feb14d2bbe77b80b0e7369908a24eda3.zip
Remove 'emphasis' markup inside literal; not allowed.
-rw-r--r--doc/src/sgml/datatype.sgml4
1 files changed, 2 insertions, 2 deletions
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 @@
-<!-- $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>.)