Re: creating extension including dependencies

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Petr Jelinek <petr(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: creating extension including dependencies
Date: 2015-06-15 03:13:51
Message-ID: CAFj8pRB7OMsZZw+KMRq=TuT30C71a28FL1R086rtUZ+rMhy3Pg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

+1

Is it working in runtime too?
Dne 15.6.2015 0:51 napsal uživatel "Petr Jelinek" <petr(at)2ndquadrant(dot)com>:

> 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 also wrote some prototype patch that implements this.
>
> 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.
>
> --
> Petr Jelinek http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Training & Services
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2015-06-15 03:34:59 Time to get rid of PQnoPasswordSupplied?
Previous Message Jeff Davis 2015-06-15 02:12:49 Re: Memory Accounting v11