Re: Location for external scripts for Extensions?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Location for external scripts for Extensions?
Date: 2013-10-24 21:37:33
Message-ID: 5269931D.5040906@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2013-10-24 22:59:56 Re: CLUSTER FREEZE
Previous Message Peter Eisentraut 2013-10-24 21:36:13 Re: Location for external scripts for Extensions?