Re: latest hstore patch

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: latest hstore patch
Date: 2009-10-02 15:43:49
Message-ID: 087A3BE1-6681-48A3-845A-D5F136768915@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2009-10-02 15:46:29 Re: Issues for named/mixed function notation patch
Previous Message Robert Haas 2009-10-02 15:38:36 Re: CREATE OR REPLACE FUNCTION vs ownership