On Wednesday 04 March 2009 16:32:27 Gregory Stark wrote:
> Xavier Bugaud <xavier.bugaud@gloptv.com> writes:
> >
> > $ psql -c "SELECT '2009-01-01 00:56:00 MUST'::timestamp"
> > ERROR: invalid input syntax for type timestamp: "2009-01-01 00:56:00
> > MUST"
>
> I think the problem is that MUST is missing from the Default
> timezone_abbreviations file.
Gregory you're right : it works after adding MUST in timezone/tznames/Default.
I will propose a patch in pgsql-hackers.
Thanks.
--
Xavier Bugaud