Re: Problem with Pg_dumpall

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Edwin Quijada" <listas_quijada(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with Pg_dumpall
Date: 2003-11-04 15:16:26
Message-ID: 21968.1067958986@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Edwin Quijada" <listas_quijada(at)hotmail(dot)com> writes:
> I am trying to do a dump all and when I do this I get this error

> pg_dumpall: query failed: ERROR: Unable to convert abstime 'invalid' to
> timestamp

IIRC it is possible to get this error in some upgrade scenarios if you
have pg_shadow rows whose "valuntil" field is "invalid". Set those
entries to something else (NULL, perhaps) and you should be okay.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Fielding 2003-11-04 15:18:01 Re: pg7.3.4: pg_atoi: zero-length string
Previous Message Marc G. Fournier 2003-11-04 15:06:55 PostgreSQL v7.4 Release Candidate 1