Re: pg_dump gets attributes from tables in extensions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_dump gets attributes from tables in extensions
Дата
Msg-id 54E648B4.1010205@gmx.net
обсуждение исходный текст
Ответ на pg_dump gets attributes from tables in extensions  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: pg_dump gets attributes from tables in extensions  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 2/16/15 2:45 AM, Michael Paquier wrote:
> 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.

Can you provide an example/test case?  (e.g., which publicly available
extension contains tables with attributes?)




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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: POLA violation with \c service=
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Strange assertion using VACOPT_FREEZE in vacuum.c