Re: How to? Timestamp with timezone.

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: How to? Timestamp with timezone.
Дата
Msg-id 4B96CD78.3040404@hogranch.com
обсуждение исходный текст
Ответ на Re: How to? Timestamp with timezone.  (Andre Lopes <lopes80andre@gmail.com>)
Список pgsql-general
Andre Lopes wrote:
> It is possible to do this in a shared database server?
>

sure, client timezone is a per connection setting.


    SET TIME ZONE 'WET';

or

    SET TIME ZONE 'Europe/Lisbon';



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

Предыдущее
От: Andre Lopes
Дата:
Сообщение: Re: How to? Timestamp with timezone.
Следующее
От: Greg Smith
Дата:
Сообщение: Re: warm standby possible with 8.1?