Re: Fwd: Errors on pg_dumpall - Mailing list pgsql-admin

From Lukasz Brodziak
Subject Re: Fwd: Errors on pg_dumpall
Date
Msg-id CAGWYGjXhn4SKAhx1cPhjU9qiaSoee0C6BCcw4SsJ41k0B5aypw@mail.gmail.com
Whole thread Raw
In response to Re: Fwd: Errors on pg_dumpall  (Craig Ringer <ringerc@ringerc.id.au>)
Responses Re: Fwd: Errors on pg_dumpall  (Terry Khatri <terrykhatri531@gmail.com>)
List pgsql-admin
2012/11/3 Craig Ringer <ringerc@ringerc.id.au>:
> On 11/01/2012 10:05 PM, Terry Khatri wrote:
>
> Somebody PLEASE HELP ! is Tome Lane around !
>
>
> http://www.postgresql.org/support/professional_support/

Hi,

Run the following SELECT on the database: select oid,* from
pg_namespace this will bring up all the schemas in the db along with
the OIDs. Check what schema name is under the OID given in error then
try to delete all the referrences to this schema name from db and run
pg_dumpall again.
Of course before doing so stop the PostgreSQL server and make a copy
of the data folder just in case.

Regards

--
Łukasz Brodziak
"Do you bury me when I'm gone
Do you teach me while I'm here
Just as soon I belong
Then it's time I disappear"


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: autovacuum with lots of open file references to deleted files
Next
From: Cédric Villemain
Date:
Subject: Re: Autoanalyze of the autovacuum daemon ...