TimeZone parameter in postgresql.conf

Поиск
Список
Период
Сортировка
От Majid Azimi
Тема TimeZone parameter in postgresql.conf
Дата
Msg-id CADOhCmuhk+bWxTcMe2AAyYbnZXia-P+oF9dd0y-y_5OCedCVRQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: TimeZone parameter in postgresql.conf  (Steve Crawford <scrawford@pinpointresearch.com>)
Re: TimeZone parameter in postgresql.conf  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-novice

postgresql documentation says:

All timezone-aware dates and times are stored internally in UTC. They are converted to local time in the zone specified by the timezone configuration parameter before being displayed to the client.

timezone parameter is a session parameter. When all TIMESTAMP WITH TIME ZONEs will be stored as UTC and the client connection will specify the session timezone, then what is the benefit of setting TimeZone parameter in postgresql.conf?

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

Предыдущее
От: lazyPGDBA
Дата:
Сообщение: pg_dump error on hot standy db (msg or pg_toast missing a chunk number).
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: TimeZone parameter in postgresql.conf