Re: pg_dumpall error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: frant101(at)googlemail(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_dumpall error
Date: 2007-11-13 16:54:50
Message-ID: 17882.1194972890@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

frant101(at)googlemail(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mark Steben 2007-11-13 19:14:13 where can I find doc for pg_buffercache?
Previous Message isk 2007-11-13 16:17:45 Re: Help with command syntax?