Re: Timestamp with time zone: why not?

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Timestamp with time zone: why not?
Дата
Msg-id 4655D6E0.80405@g2switchworks.com
обсуждение исходный текст
Ответ на Timestamp with time zone: why not?  (km@acrasis.net)
Список pgsql-general
km@acrasis.net wrote:
> Would I be right in thinking that, in general, a column to hold
> timestamp values is best created with type 'TIMESTAMP WITH TIME ZONE'
> and not 'TIMESTAMP' nor 'TIMESTAMP WITHOUT TIME ZONE'?
>
> To put it another way, for what reasons might the 'TIMESTAMP' type be
> preferred to 'TIMESTAMP WITH TIME ZONE'?
>
We use the database to store one minute roll up stats from our main
application.  Each of these has a timestamp on it.

There's really no need for timestamptz in this instance.

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Integrity on large sites
Следующее
От: "bruce"
Дата:
Сообщение: Re: postgres - oid question