| From: | alvaro(at)audifarma(dot)com(dot)co |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Problem doing pg_dumpall |
| Date: | 2003-11-21 13:05:48 |
| Message-ID: | 46479.200.31.204.249.1069419948.squirrel@audifarm.audifarma.com.co |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi,
I got this error when I run pg_dump:
# pg_dumpall > data_dump
pg_dump: could not find namespace with OID 102548365
pg_dumpall: pg_dump failed on dbsa, exiting
# pg_dump -d dbsa > data_dump
pg_dump: could not find namespace with OID 102548365
# pg_dumpall -v > data_dump
pg_dumpall: dumping database "dbsa"...
pg_dumpall: running pg_dump -v -X use-set-session-authorization -Fp 'dbsa'
pg_dump: saving database definition
pg_dump: reading namespaces
pg_dump: reading user-defined types
pg_dump: could not find namespace with OID 102548365
pg_dump: *** aborted because of error
pg_dumpall: pg_dump failed on dbsa, exiting
How can I solve this problem?
How can I tell what is the OID 102548365? is it related to an index or a
table or what?
I search the web looking for answers to these questions but I cludn't find
them.
Thanks a lot for you help,
Alvaro
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oliver Elphick | 2003-11-21 22:33:19 | Re: Default login info? |
| Previous Message | 2003-11-21 10:05:09 | Re: Postgresql DB on a live cd |