Re: How to? Timestamp with timezone. - Mailing list pgsql-general

From John R Pierce
Subject Re: How to? Timestamp with timezone.
Date
Msg-id 4B96CD78.3040404@hogranch.com
Whole thread Raw
In response to Re: How to? Timestamp with timezone.  (Andre Lopes <lopes80andre@gmail.com>)
List 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 by date:

Previous
From: Andre Lopes
Date:
Subject: Re: How to? Timestamp with timezone.
Next
From: Greg Smith
Date:
Subject: Re: warm standby possible with 8.1?