Re: creating extension including dependencies - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: creating extension including dependencies
Date
Msg-id CAFj8pRB7OMsZZw+KMRq=TuT30C71a28FL1R086rtUZ+rMhy3Pg@mail.gmail.com
Whole thread
In response to creating extension including dependencies  (Petr Jelinek <petr@2ndquadrant.com>)
List pgsql-hackers

+1

Is it working in runtime too?

Dne 15.6.2015 0:51 napsal uživatel "Petr Jelinek" <petr@2ndquadrant.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Memory Accounting v11
Next
From: Craig Ringer
Date:
Subject: Time to get rid of PQnoPasswordSupplied?