Hi,
Thanks for the reply's.
[code]
ALTER DATABASE foo SET timezone TO 'someval'
ALTER ROLE bar SET timezone TO 'someval'
[/code]
I need to alter only the Timezone of the database OR I need also to alter
the Role?
Best Regards,
On Wed, Mar 10, 2010 at 1:06 AM, Alvaro Herrera
<alvherre(at)commandprompt(dot)com>wrote:
> Andre Lopes escribió:
> > It is possible to do this in a shared database server?
>
> You can also do
>
> ALTER DATABASE foo SET timezone TO 'someval'
> ALTER ROLE bar SET timezone TO 'someval'
>
> --
> Alvaro Herrera
> http://www.CommandPrompt.com/
> The PostgreSQL Company - Command Prompt, Inc.
>