Re: Bug in date/time input format - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: Bug in date/time input format
Date
Msg-id Pine.LNX.4.44.0210082109580.928-100000@localhost.localdomain
Whole thread Raw
In response to Bug in date/time input format  (Christopher Swan <chris@exile.co.nz>)
Responses Re: Bug in date/time input format  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Christopher Swan writes:

> Hi, I have detected a bug in the date / time input format used in an insert
> statement in Postgres 7.2.1-5 (Redhat 7.3).
>
> If I use the following format:
>
> 'Tue, 08 Oct 2002 10:01:02 +1300'
>
> then I get the following error:

Is there a spot in the documentation that leads you to believe that this
format is supported?  If not, then it's not a bug.

--
Peter Eisentraut   peter_e@gmx.net

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #794: JDBC 7.3 PreparedStatement.setNull(..) .setObject(.., null) throws exception
Next
From: Kris Jurka
Date:
Subject: Re: Bug #794: JDBC 7.3 PreparedStatement.setNull(..)