"Vilson farias" <[EMAIL PROTECTED]> writes:
> #### PostgreSQL 7.3.4 ####

> bxs=# SELECT timeofday();
>               timeofday
> -------------------------------------
>  Thu Aug 21 10:04:18.215420 2003 BRT
> (1 row)

> bxs=# SELECT CAST(timeofday() AS timestamp);
> ERROR:  Bad timestamp external representation 'Thu Aug 21 10:04:42.597819
> 2003 BRT'
> bxs=#

It's unhappy about "BRT", which is not a known timezone name.  Not sure
why the earlier version didn't complain too.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to