Re: Dumping an Extension's Script - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Dumping an Extension's Script
Date
Msg-id 9074.1354730855@sss.pgh.pa.us
Whole thread Raw
In response to Re: Dumping an Extension's Script  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Responses Re: Dumping an Extension's Script  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
Heikki Linnakangas <hlinnakangas@vmware.com> writes:
> And whether extension control files (or the same information stored in a 
> table or wherever) should be per-database or per cluster - that's *yet* 
> another separate issue. You could argue for either behavior.

I think anyone arguing for the former is confusing an installed
extension with a not-installed one.  Maybe it would help if we adopted
different terminologies.  Perhaps call the control+sql files a "template",
while using "extension" for the installed entity?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: json accessors
Next
From: Tom Lane
Date:
Subject: Re: ALTER TABLE ... NOREWRITE option