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.