Re: pg_dump problem: 'pg_dump: schema with OID 1515546 does not exist'
В списке pgsql-general по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: pg_dump problem: 'pg_dump: schema with OID 1515546 does not exist' |
| Дата | |
| Msg-id | 13986.1190645934@sss.pgh.pa.us обсуждение |
| Ответ на | pg_dump problem: 'pg_dump: schema with OID 1515546 does not exist' (David Brain <dbrain@bandwidth.com>) |
| Ответы |
Re: pg_dump problem: 'pg_dump: schema with OID 1515546 does not exist'
|
| Список | pgsql-general |
David Brain <dbrain@bandwidth.com> writes:
> I am getting the error mentioned in the subject ('pg_dump: schema
> with OID 1515546 does not exist') when I try to back up one database
> out of a cluster of half a dozen or so on our server.
Well, for starters, troll through the system catalogs in that database
to see which object(s) reference that schema OID, eg,
select * from pg_class where relnamespace = 1515546;
and similarly for other catalogs that have a namespace column. Once you
know where the problem is it'll be easier to figure out what happened
and what to do about it.
What PG version is this?
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера