Re: Quick Extensions Question - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Quick Extensions Question
Date
Msg-id m2mxlcxecw.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Re: Quick Extensions Question  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: Quick Extensions Question
List pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
>   core_requires = 9.0, plpgsql, libxml

As soon as you get there you need an or operator to be able to say 9.0 |
9.1, or maybe some comparison operators to say >= 9.0.  Remember that
about all extensions we have are source-compatible with many different
releases of PostgreSQL.

So having the PostgreSQL server itself as an extension so that you can
require it is 9.2 material at best in my opinion.

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: Quick Extensions Question
Next
From: "David E. Wheeler"
Date:
Subject: Re: Quick Extensions Question