timestamptz parsing bug? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject timestamptz parsing bug?
Date
Msg-id 4E5BA4FA.6080801@dunslane.net
Whole thread Raw
Responses Re: timestamptz parsing bug?
List pgsql-hackers
Why do we parse this as a correct timestamptz literal:
    2011-08-29T09:11:14.123 CDT

but not this:
    2011-08-29T09:11:14.123 America/Chicago

Replace the ISO-8601 style T between the date and time parts of the 
latter with a space and the parser is happy again.


cheers

andrew


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: spinlocks on HP-UX
Next
From: Shigeru Hanada
Date:
Subject: Join push-down for foreign tables