Graham Leggett <minfrin@sharp.fm> writes:
> pg_dump: ERROR: Unable to format timestamp with time zone; internal
> coding error
AFAICT this error can only appear when trying to display a timestamp
that's before the start of the Julian day count, 4713 BC ... which the
system should never have let you enter in the first place. (In my
tests, the timestamp input routine rejects such dates.) Got any idea
how you got that value in there?
regards, tom lane