Re: Cannot pg_dump_all anymore...

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: Cannot pg_dump_all anymore...
Дата
Msg-id CAKAnmmJ=OupUu_4N3nQWYAfwCN6aT4s1PKQypHmpPLnX5Bz6qg@mail.gmail.com
обсуждение исходный текст
Ответ на Cannot pg_dump_all anymore...  (E-BLOKOS <infos@e-blokos.com>)
Ответы Re: Cannot pg_dump_all anymore...
Re: Cannot pg_dump_all anymore...
Список pgsql-general
First figure out which database is having that issue, by using pg_dump --schema-only on each database in turn. Then run this SQL on the database giving the error to see if the type exists, or what is nearby:

select oid, typname, typtype, typnamespace::regnamespace from pg_type where oid <= 794978 order by 1 desc limit 3;

Also let us know the version of pg_dump and the version of Postgres being dumped.


Cheers,
Greg

--
Enterprise Postgres Software Products & Tech Support

В списке pgsql-general по дате отправления: