Re: Slony-I timezone setting

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pedro Doria Meunier <pdoria(at)netmadeira(dot)com>
Cc: Postgresql Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Slony-I timezone setting
Date: 2009-06-29 14:11:30
Message-ID: 11460.1246284690@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Pedro Doria Meunier <pdoria(at)netmadeira(dot)com> writes:
> When configuring a Slony cluster I get the infamous 'ERROR: invalid
> input syntax for type timestamp: "Mon Jun 29 13:00:36.628805 2009 WEST"'

You need to make the timezone_abbreviations configuration on the slave
match that on the master. Alternatively, set datestyle to ISO so that
a less ambiguous timestamp format is used.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua Tolley 2009-06-29 14:22:08 Re: Free OLAP software for Postgres databas
Previous Message Tom Lane 2009-06-29 13:51:11 Re: another can't connect