From: | Vik Fearing <vik(at)2ndquadrant(dot)fr> |
---|---|
To: | Petr Jelinek <petr(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: creating extension including dependencies |
Date: | 2015-06-15 10:06:56 |
Message-ID: | 557EA3C0.3070103@2ndquadrant.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 06/15/2015 12:50 AM, Petr Jelinek 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 would like this, too.
> I call it prototype mainly because the syntax (CREATE EXTENSION ...
> RECURSIVE) could be improved, I originally wanted to do something like
> INCLUDING DEPENDENCIES but that need news (unreserved) keyword and I
> don't think it's worth it, plus it's wordy.
If we're bikeshedding already, I prefer CREATE EXTENSION ... CASCADE;
--
Vik Fearing +33 6 46 75 15 36
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Meskes | 2015-06-15 12:33:41 | Re: Collection of memory leaks for ECPG driver |
Previous Message | Vik Fearing | 2015-06-15 09:32:47 | Re: Sequence Access Method WIP |