aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-04-11 03:56:19 +0000
committerBruce Momjian <bruce@momjian.us>2000-04-11 03:56:19 +0000
commitd57046097a13c9bb4d7c815d4d3fbe6b963f99e3 (patch)
treefaa112fdf2170bfa0ce97b5bba4d7ae68813a2ac
parent5a5a4caeda56430d7e5f5cb36f5f9f42d8c28414 (diff)
downloadpostgresql-d57046097a13c9bb4d7c815d4d3fbe6b963f99e3.tar.gz
postgresql-d57046097a13c9bb4d7c815d4d3fbe6b963f99e3.zip
Update for default ISO date style
-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 8eb62c22c3d..6e566c680d6 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.26 2000/03/31 03:27:40 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.27 2000/04/11 03:56:19 momjian Exp $
-->
<chapter id="datatype">
@@ -652,7 +652,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl
<literal>SET DateStyle TO 'US'</literal> or <literal>SET DateStyle TO 'NonEuropean'</literal>
specifies the variant <quote>month before day</quote>, the command
<literal>SET DateStyle TO 'European'</literal> sets the variant
- <quote>day before month</quote>. The <literal>US</literal> style
+ <quote>day before month</quote>. The <literal>ISO</literal> style
is the default but this default can be changed at compile time or at run time.
</para>