Re: pg_dump with tables created in schemas created by extensions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_dump with tables created in schemas created by extensions
Date
Msg-id 31878.1472251073@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump with tables created in schemas created by extensions  (Martín Marqués <martin@2ndquadrant.com>)
Responses Re: pg_dump with tables created in schemas created by extensions  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Re: pg_dump with tables created in schemas created by extensions  (Martín Marqués <martin@2ndquadrant.com>)
List pgsql-hackers
Martín Marqués <martin@2ndquadrant.com> writes:
> Looking at this issue today, I found that we are not setting a
> dependency for an index created inside an extension.

Surely the index has a dependency on a table, which depends on the
extension?

If you mean that you want an extension to create an index on a table that
doesn't belong to it, but it's assuming pre-exists, I think that's just
stupid and we need not support it.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Martín Marqués
Date:
Subject: Re: pg_dump with tables created in schemas created by extensions
Next
From: Tomas Vondra
Date:
Subject: Re: pg_dump with tables created in schemas created by extensions