Re: Location for external scripts for Extensions? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Location for external scripts for Extensions?
Date
Msg-id 526A6209.3050804@gmx.net
Whole thread Raw
In response to Re: Location for external scripts for Extensions?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On 10/24/13, 5:37 PM, Josh Berkus wrote:
> On 10/24/2013 02:36 PM, Peter Eisentraut wrote:
>> On 10/22/13, 2:27 PM, Josh Berkus wrote:
>>> pg_partman has several external (python) scripts which help the
>>> extension, located in /extras/ in its source.  The problem currently is
>>> that if you install pg_partman via pgxn or package, you don't get those
>>> scripts, because there's no "install" location for them.
>>
>> Use the SCRIPTS variable in pgxs, and they will get installed.
>>
> 
> Oh yeah?  Cool.  Is there an existing extension with an example of this?

Don't know.  I just saw this in the pgxs source code.  Presumably, it
was added because it was used somewhere.




pgsql-hackers by date:

Previous
From: Hugo Mercier
Date:
Subject: Detection of nested function calls
Next
From: Pavel Stehule
Date:
Subject: Re: Detection of nested function calls