Re: Problem migrating dump to latest CVS snapshot.

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Gunnar R|nning <gunnar@candleweb.no>
Cc: pgsql-general@postgresql.org
Date: 2001-03-22T23:24:04Z
Lists: pgsql-hackers
Gunnar R|nning <gunnar@candleweb.no> writes:
> ERROR:  copy: line 154391, Bad timestamp external representation '2000-10-24 15:14:60.00+02'

BTW, did your original data contain any fractional-second timestamps?
I'm wondering if the original value might have been something like
	2000-10-24 15:14:59.999
in which case sprintf's roundoff of the seconds field to %.2f format
would've been enough to do the damage.

			regards, tom lane