On Jul 23, 2013, at 6:24 PM, David E. Wheeler <david@justatheory.com> wrote:
> I kind of suspect not, since this fails:
>
> david=# select '12:24:53 654'::time;
> ERROR: invalid input syntax for type time: "12:24:53 654"
> LINE 1: select '12:24:53 654'::time;
> ^
>
> I would have guessed that the time parser gets to a state where it knows it is dealing with a ISO-8601-style time.
ButI have not looked at the code, of course.
I added this to the To Dos so it won’t get lost.
https://wiki.postgresql.org/wiki/Todo#Dates_and_Times
Best,
David