Re: creating extension including dependencies

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: creating extension including dependencies
Дата
Msg-id CAHGQGwGezupfqwWycuzAAvOJ-V9=-zrRY9T0iEsCo-F1Gpe3dg@mail.gmail.com
обсуждение исходный текст
Ответ на creating extension including dependencies  (Petr Jelinek <petr@2ndquadrant.com>)
Ответы Re: creating extension including dependencies  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Mon, Jun 15, 2015 at 7:50 AM, Petr Jelinek <petr@2ndquadrant.com> wrote:
> Hi,
>
> I am getting tired installing manually required extensions manually. I was
> wondering if we might want to add option to CREATE SEQUENCE that would allow
> automatic creation of the extensions required by the extension that is being
> installed by the user.

I'm wondering how much helpful this feature is. Because, even if we can save
some steps for CREATE EXTENSION by using the feature, we still need to
manually find out, download and install all the extensions that the target
extension depends on. So isn't it better to implement the tool like yum, i.e.,
which performs all those steps almost automatically, rather than the proposed
feature? Maybe it's outside PostgreSQL core.

Regards,

-- 
Fujii Masao



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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: pg_trgm version 1.2
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: auto_explain sample rate