Re: Bug #717: timestamp is converted to timestamptz

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Bug #717: timestamp is converted to timestamptz
Дата
Msg-id 3D42B5C7.EC4ABA87@fourpalms.org
обсуждение исходный текст
Ответ на Bug #717: timestamp is converted to timestamptz  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
...
> When specifying a column data type as timestamp it is always converted to timestamptz.

That is true for 7.2.x and earlier, but 7.3 will have the defaults
reversed.

In the meantime, use explicit WITH TIME ZONE and WITHOUT TIME ZONE
clauses on the declaration.

                   - Thomas

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #722: SELECT FOR UPDATE bug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug #722: SELECT FOR UPDATE bug