Re: latest hstore patch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: latest hstore patch
Дата
Msg-id 200910021520.n92FKZq17719@momjian.us
обсуждение исходный текст
Ответ на Re: latest hstore patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: latest hstore patch  ("David E. Wheeler" <david@kineticode.com>)
Re: latest hstore patch  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > Are there any pg_migrator affects in this patch?  We had discussed this
> > issue in the past with this patch.
> 
> The code is upward compatible with the old on-disk format, so that
> end of things is fine.
> 
> There's still the issue of how to get the improved module definition
> (new functions etc) into a migrated database.  That's not specific
> to hstore in any way though, it would affect any contrib module that
> had added stuff in a new release.

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.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: latest hstore patch
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: CREATE OR REPLACE FUNCTION vs ownership