Re: [GENERAL] vaccum db fail

2004-12-30 Thread Tom Lane
Matthew Terenzio <[EMAIL PROTECTED]> writes: > Trying vacuumdb eventuallydisplays this: > ERROR: catalog is missing 3 attribute(s) for relid 31457 > vacuumdb: vacuum databasename failed > There is another thread which states this is a corrupted systems > catalog. Is this definitely the case? Do

Re: [GENERAL] vaccum db fail

2004-12-30 Thread Lonni J Friedman
I honestly have no idea what that error means, however I'd imagine that you should be able to dump the DB, and reimport it as a last resort to fixing this. On Tue, 28 Dec 2004 18:33:24 -0500, Matthew Terenzio <[EMAIL PROTECTED]> wrote: > Trying vacuumdb eventuallydisplays this: > > ERROR: catal

[GENERAL] vaccum db fail

2004-12-30 Thread Matthew Terenzio
Trying vacuumdb eventuallydisplays this: ERROR: catalog is missing 3 attribute(s) for relid 31457 vacuumdb: vacuum databasename failed There is another thread which states this is a corrupted systems catalog. Is this definitely the case? Does it mean I need to re-build the database? Re-install?