Re: creating extension including dependencies - Mailing list pgsql-hackers

From Tom Lane
Subject Re: creating extension including dependencies
Date
Msg-id 18141.1436537819@sss.pgh.pa.us
Whole thread Raw
In response to Re: creating extension including dependencies  (Andres Freund <andres@anarazel.de>)
Responses Re: creating extension including dependencies
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I think we should copy the SCHEMA option here and document that we use
> the same schema. But it needs to be done in a way that doesn't error out
> if the extension is not relocatable...

Would that propagate down through multiple levels of CASCADE?  (Although
I'm not sure it would be sensible for a non-relocatable extension to
depend on a relocatable one, so maybe the need doesn't arise in practice.)
        regards, tom lane



pgsql-hackers by date:

Previous
From: Sawada Masahiko
Date:
Subject: Re: Freeze avoidance of very large table.
Next
From: "Shulgin, Oleksandr"
Date:
Subject: Re: [PATCH] Generalized JSON output functions