"Jeff Barrett" <jbarrett@familynetwork.com> writes:
> I get a success on testtime and a failure of "pqReadData() -- backend
> closed the channel unexpectedly on logs2".
> update <either tablename> set time2 = to_timestamp(time, 'HH24:MI:SS');
Any NULL values in the time column? ISTR to_timestamp fails on NULLs in
pre-7.1 releases. Try upgrading.
regards, tom lane