Re: contrib function naming, and upgrade issues

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: contrib function naming, and upgrade issues
Дата
Msg-id 200903231246.54628.dfontaine@hi-media.com
обсуждение исходный текст
Ответ на Re: contrib function naming, and upgrade issues  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: contrib function naming, and upgrade issues
Список pgsql-hackers
On Monday 23 March 2009 12:34:31 Robert Haas wrote:
> That might not be the only time you ever want to create dependencies
> on the module object.  What if the module wants to create an
> additional table, view, etc. at some later time, following the load?
> I'm not sure whether there's a use case for that, but it doesn't seem
> totally implausible.

Then there's Tom's idea of SET module TO ...; to have the context handy, or a
WIP syntax in http://wiki.postgresql.org/wiki/ExtensionPackaging
 CREATE OR REPLACE EXTENSION foo ... AS $$ $$;

So you could REPLACE an existing extension and add whatever you need to.
--
dim

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

Предыдущее
От: Nikhil Sontakke
Дата:
Сообщение: Re: Partitioning feature ...
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Have \d show child tables that inherit from the specified parent