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 Raw
In response to creating extension including dependencies  (Petr Jelinek <petr@2ndquadrant.com>)
List pgsql-hackers
<p dir="ltr">+1<p dir="ltr">Is it working in runtime too? <br /><div class="gmail_quote">Dne 15.6.2015 0:51 napsal
uživatel"Petr Jelinek" <<a href="mailto:petr@2ndquadrant.com">petr@2ndquadrant.com</a>>:<br type="attribution"
/><blockquoteclass="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br /><br />
Iam getting tired installing manually required extensions manually. I was wondering if we might want to add option to
CREATESEQUENCE that would allow automatic creation of the extensions required by the extension that is being installed
bythe user.<br /><br /> I also wrote some prototype patch that implements this.<br /><br /> I call it prototype mainly
becausethe syntax (CREATE EXTENSION ... RECURSIVE) could be improved, I originally wanted to do something like
INCLUDINGDEPENDENCIES but that need news (unreserved) keyword and I don't think it's worth it, plus it's wordy.<br
/><br/> -- <br />  Petr Jelinek                  <a href="http://www.2ndQuadrant.com/" rel="noreferrer"
target="_blank">http://www.2ndQuadrant.com/</a><br/>  PostgreSQL Development, 24x7 Support, Training & Services<br
/><br/><br /> --<br /> Sent via pgsql-hackers mailing list (<a
href="mailto:pgsql-hackers@postgresql.org">pgsql-hackers@postgresql.org</a>)<br/> To make changes to your
subscription:<br/><a href="http://www.postgresql.org/mailpref/pgsql-hackers" rel="noreferrer"
target="_blank">http://www.postgresql.org/mailpref/pgsql-hackers</a><br/><br /></blockquote></div> 

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?