From: | Lukasz Brodziak <lukasz(dot)brodziak(at)gmail(dot)com> |
---|---|
To: | Craig Ringer <ringerc(at)ringerc(dot)id(dot)au> |
Cc: | Terry Khatri <terrykhatri531(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Fwd: Errors on pg_dumpall |
Date: | 2012-11-05 09:09:04 |
Message-ID: | CAGWYGjXhn4SKAhx1cPhjU9qiaSoee0C6BCcw4SsJ41k0B5aypw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
2012/11/3 Craig Ringer <ringerc(at)ringerc(dot)id(dot)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"
From | Date | Subject | |
---|---|---|---|
Next Message | Terry Khatri | 2012-11-05 09:40:23 | Re: Fwd: Errors on pg_dumpall |
Previous Message | Tom Lane | 2012-11-05 02:21:55 | Re: autovacuum with lots of open file references to deleted files |