|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.26 2000/03/31 03:27:40 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.27 2000/04/11 03:56:19 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="datatype">
|
@@ -652,7 +652,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (<replaceabl
|
652 | 652 | <literal>SET DateStyle TO 'US'</literal> or <literal>SET DateStyle TO 'NonEuropean'</literal>
|
653 | 653 | specifies the variant <quote>month before day</quote>, the command
|
654 | 654 | <literal>SET DateStyle TO 'European'</literal> sets the variant
|
655 |
| - <quote>day before month</quote>. The <literal>US</literal> style |
| 655 | + <quote>day before month</quote>. The <literal>ISO</literal> style |
656 | 656 | is the default but this default can be changed at compile time or at run time.
|
657 | 657 | </para>
|
658 | 658 |
|
|