Re: Quick Extensions Question - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Quick Extensions Question
Date
Msg-id 1299256694.27815.2.camel@vanquo.pezone.net
Whole thread Raw
In response to Quick Extensions Question  ("David E. Wheeler" <david@kineticode.com>)
List pgsql-hackers
On ons, 2011-03-02 at 13:15 -0800, David E. Wheeler wrote:
> If not, how should one require a PL? Come to think of it, how might I
> require other features that might not be included in a particular
> build, like xpath()?

Probably not within the extension mechanism.  An RPM package cannot, for
example, require kernel features either, even though that is
occasionally an actual requirement of some package.  Moreover, declaring
such a dependency wouldn't actually help making the dependency
available, because you cannot just install the dependency, you need to
rebuild the (OS/DBMS) kernel.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Quick Extensions Question
Next
From: hom
Date:
Subject: Re: Open unmatch source file when step into parse_analyze() in Eclipse?