pg_dump gets attributes from tables in extensions

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pg_dump gets attributes from tables in extensions
Дата
Msg-id CAB7nPqSO28tQMyvCYHVuDO_jYhzBbAE17whhpPJ0-TyCbYky6w@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_dump gets attributes from tables in extensions  (Michael Paquier <michael.paquier@gmail.com>)
Re: pg_dump gets attributes from tables in extensions  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Hi all,

While looking at the patch to fix pg_dump with extensions containing tables referencing each other, I got surprised by the fact that getTableAttrs tries to dump table attributes even for tables that are part of an extension. Is that normal?
Attached is a patch that I think makes things right, but not dumping any tables that are part of ext_member.

Thoughts?

Regards,
--
Michael
Вложения

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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: Allow "snapshot too old" error, to prevent bloat
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pg_dump gets attributes from tables in extensions