"Vilson farias" <vilson(dot)farias(at)digitro(dot)com(dot)br> 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