Re: Adapting existing extensions to use CREATE EXTENSION

From: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
To: Roger Leigh <rleigh(at)codelibre(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Adapting existing extensions to use CREATE EXTENSION
Date: 2011-08-15 18:41:06
Message-ID: m2mxfatt4t.fsf@2ndQuadrant.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tony Capobianco 2011-08-15 19:49:46 Re: pgloader hangs with an invalid filename
Previous Message Dimitri Fontaine 2011-08-15 18:34:14 Re: pgloader hangs with an invalid filename