Re: [GENERAL] Problem with Pg_dumpall

2003-11-04 Thread Tom Lane
"Edwin Quijada" <[EMAIL PROTECTED]> 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 "

[GENERAL] Problem with Pg_dumpall

2003-11-04 Thread Edwin Quijada
Hi! 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 pg_dumpall: query was: SELECT usename, usesysid, passwd, usecreatedb, usesuper, CAST(valuntil AS timestamp) FROM pg_shadow WHERE usesysid <> (SE