|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.258 2004/04/07 05:05:49 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.259 2004/04/15 04:46:18 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <Chapter Id="runtime">
|
@@ -2433,17 +2433,18 @@ SET ENABLE_SEQSCAN TO OFF;
|
2433 | 2433 | <indexterm><primary>date style</></>
|
2434 | 2434 | <listitem>
|
2435 | 2435 | <para>
|
2436 |
| - Sets the display format for date and time values, as well as |
2437 |
| - the rules for interpreting ambiguous date input values. |
2438 |
| - For historical reasons, this variable contains two independent |
| 2436 | + Sets the display format for date and time values, as well as the |
| 2437 | + rules for interpreting ambiguous date input values. For |
| 2438 | + historical reasons, this variable contains two independent |
2439 | 2439 | components: the output format specification (<literal>ISO</>,
|
2440 |
| - <literal>Postgres</>, <literal>SQL</>, or <literal>German</>) and |
2441 |
| - the date field order specification (<literal>DMY</>, <literal>MDY</>, |
2442 |
| - or <literal>YMD</>). These can be set separately or together. |
2443 |
| - The keywords <literal>Euro</> and <literal>European</> are synonyms |
2444 |
| - for <literal>DMY</>; the keywords <literal>US</>, <literal>NonEuro</>, |
2445 |
| - and <literal>NonEuropean</> are synonyms for <literal>MDY</>. |
2446 |
| - See <xref linkend="datatype-datetime"> for more information. The |
| 2440 | + <literal>Postgres</>, <literal>SQL</>, or <literal>German</>) |
| 2441 | + and the input/output specification for year/month/day ordering |
| 2442 | + (<literal>DMY</>, <literal>MDY</>, or <literal>YMD</>). These |
| 2443 | + can be set separately or together. The keywords <literal>Euro</> |
| 2444 | + and <literal>European</> are synonyms for <literal>DMY</>; the |
| 2445 | + keywords <literal>US</>, <literal>NonEuro</>, and |
| 2446 | + <literal>NonEuropean</> are synonyms for <literal>MDY</>. See |
| 2447 | + <xref linkend="datatype-datetime"> for more information. The |
2447 | 2448 | default is <literal>ISO, MDY</>.
|
2448 | 2449 | </para>
|
2449 | 2450 | </listitem>
|
|
0 commit comments