pg_dump failed sanity check and user defined types

Поиск
Список
Период
Сортировка
От Brook Milligan
Тема pg_dump failed sanity check and user defined types
Дата
Msg-id 200009111437.IAA08106@biology.nmsu.edu
обсуждение исходный текст
Ответы Re: pg_dump failed sanity check and user defined types
Список pgsql-hackers
I have a script that dumps the content of a 7.0.2 database using
pg_dump.  I dump the data using the -acD flags, then the schema using
the -scD flags.  For databases with no user defined types, this works
fine.

However, I have one database with a user defined type and get the
following error from pg_dump:
    pg_dump -sc -D test > pg_dump.schema || true    failed sanity check, type with oid 3516132 was not found

Any clues about this?  Does it matter?

Thanks for your help.

Cheers,
Brook


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: [SQL] need asap: bg_BG locale for FreeBSD
Следующее
От: The Hermit Hacker
Дата:
Сообщение: RE: I remember why I suggested CREATE FUNCTION...AS NUL L