Re: Adapting existing extensions to use CREATE EXTENSION

From: Roger Leigh <rleigh(at)codelibre(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Adapting existing extensions to use CREATE EXTENSION
Date: 2011-08-15 22:29:29
Message-ID: 20110815222929.GX28976@codelibre.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Aug 15, 2011 at 08:41:06PM +0200, Dimitri Fontaine wrote:
> Hi,
>
> Roger Leigh <rleigh(at)codelibre(dot)net> writes:
> > I've been looking at converting my existing "debversion" datatype
> > extension to use the proper "CREATE EXTENSION" facility for 9.1,
> > while also being backward compatible with 8.4 and 9.0.
>
> I've been doing the same exercise with pgfincore recently, and will
> probably do some more of it later. You can look at those links for the
> time being:
>
> http://tapoueh.org/blog/2011/06/29-multi-version-support-for-extensions.html
> https://github.com/klando/pgfincore/tree/master/debian
> http://packages.debian.org/sid/postgresql-9.0-pgfincore

Thanks, I've taken a look.

I did get everything working eventually--it's now available on
http://pgxn.org/dist/debversion/
Not yet available in Debian due to dropping 8.4 compatibility;
it'll go in once 9.1 is in unstable.

Regards,
Roger

--
.''`. Roger Leigh
: :' : Debian GNU/Linux http://people.debian.org/~rleigh/
`. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/
`- GPG Public Key: 0x25BFB848 Please GPG sign your mail.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2011-08-15 22:46:30 Re: Using Postgresql as application server
Previous Message Merlin Moncure 2011-08-15 22:09:46 Re: Using Postgresql as application server