We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98039d commit 87f609cCopy full SHA for 87f609c
doc/src/sgml/datatype.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="datatype">
4
<title id="datatype-title">Data Types</title>
@@ -1524,7 +1524,7 @@ SELECT E'\\xDEADBEEF';
1524
<note>
1525
<para>
1526
The SQL standard requires that writing just <type>timestamp</type>
1527
- be equivalent to <type>timestamp <emphasis>without</> time
+ be equivalent to <type>timestamp without time
1528
zone</type>, and <productname>PostgreSQL</productname> honors that
1529
behavior. (Releases prior to 7.3 treated it as <type>timestamp
1530
with time zone</type>.)
0 commit comments