Re: latest hstore patch

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: latest hstore patch
Дата
Msg-id 087A3BE1-6681-48A3-845A-D5F136768915@kineticode.com
обсуждение исходный текст
Ответ на Re: latest hstore patch  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: latest hstore patch  (Alvaro Herrera <alvherre@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: CREATE OR REPLACE FUNCTION vs ownership
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Issues for named/mixed function notation patch