Re: pg_dump gets attributes from tables in extensions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pg_dump gets attributes from tables in extensions
Date
Msg-id 54E648B4.1010205@gmx.net
Whole thread Raw
In response to pg_dump gets attributes from tables in extensions  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: pg_dump gets attributes from tables in extensions  (Michael Paquier <michael.paquier@gmail.com>)
List 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 by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: POLA violation with \c service=
Next
From: Peter Eisentraut
Date:
Subject: Re: Strange assertion using VACOPT_FREEZE in vacuum.c