Re: automatic time zone conversion

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: automatic time zone conversion
Дата
Msg-id 3D075B46.3EB294F4@fourpalms.org
обсуждение исходный текст
Ответ на Re: automatic time zone conversion  (Ken Williams <ken@mathforum.org>)
Список pgsql-general
...
> I don't seem to be able to get rid of the time zone any of the
> ways I've tried.

I'm pretty sure that you are running a pre-7.2 database. Upgrade to get
the proper "without time zone" behavior; before 7.2 there was no
"without time zone" type, and the parser folded everything into the one
type that was available.

But you really want time zones from what you have said. You just want
them to behave properly. So make sure that your system is running with
the correct time zone, and make sure that you have specified the GUC
option to use Australian time zones (read the docs to get my rant about
Australia having fully one quarter of the time zones in PostgreSQL ;)

                     - Thomas

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

Предыдущее
От: Håkon Clausen
Дата:
Сообщение: how to get current database name in plpgsql function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: dynamic querys