Re: contrib function naming, and upgrade issues

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: contrib function naming, and upgrade issues
Дата
Msg-id 937d27e10903220629p1ea32855qa5d9f80aceecc242@mail.gmail.com
обсуждение исходный текст
Ответ на Re: contrib function naming, and upgrade issues  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Ответы Re: contrib function naming, and upgrade issues
Re: contrib function naming, and upgrade issues
Список pgsql-hackers
On Sun, Mar 22, 2009 at 11:54 AM, Andrew Gierth
<andrew@tao11.riddles.org.uk> wrote:

>  - want to be able to do  INSTALL PACKAGE foo;  without needing to
>   mess with .sql files.  This might default to looking for
>   $libdir/foo.so, or there might be a mechanism to register packages
>   globally or locally.
>
>  - want to be able to do  INSTALL PACKAGE foo VERSION 1;  and get
>   the version 1 API rather than whatever the latest is.
>
>  - want to be able to do  INSTALL PACKAGE foo SCHEMA bar;  rather
>   than having to edit some .sql file.
>
>  - want to be able to do  DROP PACKAGE foo;
>
>  - want pg_dump to not output the definitions of any objects that
>   belong to a package, but instead to output an INSTALL PACKAGE foo
>   VERSION n SCHEMA x;

I think using PACKAGE is a bad idea as it'll confuse people used to
Oracle. MODULE perhaps?


--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com


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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: contrib function naming, and upgrade issues
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: contrib function naming, and upgrade issues