Re: pg_dumpall error - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_dumpall error
Date
Msg-id 17882.1194972890@sss.pgh.pa.us
Whole thread Raw
In response to pg_dumpall error  (frant101@googlemail.com)
List pgsql-admin
frant101@googlemail.com writes:
> pg_dump: SQL command failed
> pg_dump: Error message from server: ERROR:  relation
> "esales.invoiceline" does not exist
> pg_dump: The command was: LOCK TABLE esales.invoiceline IN ACCESS
> SHARE MODE
> pg_dumpall: pg_dump failed on database "hermes", exiting

> The esales.invoiceline table is there are can be accessed.

You mean that if you issue the same command by hand, it works?  That
would be bizarre.

> We are running PostgreSQL 8.1.3 and the pg_dumpall command is

Update to something current (preferably 8.1.10).  Then try REINDEXing
pg_class.

            regards, tom lane

pgsql-admin by date:

Previous
From: frant101@googlemail.com
Date:
Subject: pg_dumpall error
Next
From: "Mark Steben"
Date:
Subject: where can I find doc for pg_buffercache?