Re: latest hstore patch - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: latest hstore patch
Date
Msg-id 087A3BE1-6681-48A3-845A-D5F136768915@kineticode.com
Whole thread Raw
In response to Re: latest hstore patch  (Bruce Momjian <bruce@momjian.us>)
Responses Re: latest hstore patch
List pgsql-hackers
On Oct 2, 2009, at 8:20 AM, Bruce Momjian wrote:

> Most modules just install functions, which are easily
> uninstalled/reinstalled.  A data type like hstore is more complicated
> assuming it is the data type that is changing and not the support
> functions.

Lots of modules install data types. From contrib:

* hstore
* uin
* citext
* cube
* inarray
* ltree

Plus lots of stuff on pgFoundry. It's a problem that needs to be  
solved. Surely someone, somewhere, has solved this problem, no?

Best,

David


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: CREATE OR REPLACE FUNCTION vs ownership
Next
From: Jeff Davis
Date:
Subject: Re: Issues for named/mixed function notation patch