Re: [GENERAL] Adapting existing extensions to use CREATE EXTENSION

2011-08-15 Thread Roger Leigh
On Mon, Aug 15, 2011 at 08:41:06PM +0200, Dimitri Fontaine wrote: > Hi, > > Roger Leigh 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. >

Re: [GENERAL] Adapting existing extensions to use CREATE EXTENSION

2011-08-15 Thread Dimitri Fontaine
Hi, Roger Leigh 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