Re: changing datestyle

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: changing datestyle
Дата
Msg-id 17939.1245173761@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: changing datestyle  (Karl Nack <karlnack@futurityinc.com>)
Ответы Re: changing datestyle  (Karl Nack <karlnack@futurityinc.com>)
Список pgsql-novice
Karl Nack <karlnack@futurityinc.com> writes:
>> (The fact that there are two components is a historical aberration,
>> and I'd be the first to agree it's ugly, but that's how it works.)

> My understanding is that the first component indicates how dates are
> output by default, the second how dates are interpreted upon input
> (to disambiguate between MDY and DMY).

The second one affects field order for some of the output styles, too.
See
http://www.postgresql.org/docs/8.3/static/datatype-datetime.html#DATATYPE-DATETIME-OUTPUT
In particular, tables 8-14 and 8-15 illustrate all the output formatting
options you have.  SQL, MDY might be the closest to what you want.

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: Karl Nack
Дата:
Сообщение: Re: changing datestyle
Следующее
От: Karl Nack
Дата:
Сообщение: Re: changing datestyle