public inbox for [email protected]help / color / mirror / Atom feed
Postgres Extensions 6+ messages / 5 participants [nested] [flat]
* Postgres Extensions @ 2024-09-30 23:30 Sam Stearns <[email protected]> 2024-10-01 05:26 ` Re: Postgres Extensions Kashif Zeeshan <[email protected]> 2024-10-01 05:34 ` Re: Postgres Extensions khan Affan <[email protected]> 2024-10-01 13:23 ` Re: Postgres Extensions Dan Smith <[email protected]> 0 siblings, 3 replies; 6+ messages in thread From: Sam Stearns @ 2024-09-30 23:30 UTC (permalink / raw) To: Pgsql-admin <[email protected]>; +Cc: Peter Garza <[email protected]>; Henry Ashu <[email protected]> Howdy, Is there an easy way to install all extensions available to Postgres in one hit? Thanks, Sam -- *Samuel Stearns* Lead Database Administrator *c:* 971 762 6879 | *o:* 503 672 5115 | DAT.com [image: DAT] <https://www.dat.com/?utm_medium=email&utm_source=DAT_email_signature_link; ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Postgres Extensions 2024-09-30 23:30 Postgres Extensions Sam Stearns <[email protected]> @ 2024-10-01 05:26 ` Kashif Zeeshan <[email protected]> 2024-10-01 05:28 ` Re: Postgres Extensions Wells Oliver <[email protected]> 2 siblings, 1 reply; 6+ messages in thread From: Kashif Zeeshan @ 2024-10-01 05:26 UTC (permalink / raw) To: Sam Stearns <[email protected]>; +Cc: Pgsql-admin <[email protected]>; Peter Garza <[email protected]>; Henry Ashu <[email protected]> Hi There is no single command that install all available extensions. Regards Kashif Zeesgan On Tue, Oct 1, 2024 at 4:31 AM Sam Stearns <[email protected]> wrote: > Howdy, > > Is there an easy way to install all extensions available to Postgres in > one hit? > > Thanks, > > Sam > > -- > > *Samuel Stearns* > Lead Database Administrator > *c:* 971 762 6879 | *o:* 503 672 5115 | DAT.com > [image: DAT] > <https://www.dat.com/?utm_medium=email&utm_source=DAT_email_signature_link; > ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Postgres Extensions 2024-09-30 23:30 Postgres Extensions Sam Stearns <[email protected]> 2024-10-01 05:26 ` Re: Postgres Extensions Kashif Zeeshan <[email protected]> @ 2024-10-01 05:28 ` Wells Oliver <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Wells Oliver @ 2024-10-01 05:28 UTC (permalink / raw) To: Kashif Zeeshan <[email protected]>; +Cc: Sam Stearns <[email protected]>; Pgsql-admin <[email protected]>; Peter Garza <[email protected]>; Henry Ashu <[email protected]> What in the world is the use case here, sounds like madness. On Mon, Sep 30, 2024 at 10:27 PM Kashif Zeeshan <[email protected]> wrote: > Hi > > There is no single command that install all available extensions. > > Regards > Kashif Zeesgan > > On Tue, Oct 1, 2024 at 4:31 AM Sam Stearns <[email protected]> wrote: > >> Howdy, >> >> Is there an easy way to install all extensions available to Postgres in >> one hit? >> >> Thanks, >> >> Sam >> >> -- >> >> *Samuel Stearns* >> Lead Database Administrator >> *c:* 971 762 6879 | *o:* 503 672 5115 | DAT.com >> [image: DAT] >> <https://www.dat.com/?utm_medium=email&utm_source=DAT_email_signature_link; >> > -- Wells Oliver [email protected] <[email protected]> ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Postgres Extensions 2024-09-30 23:30 Postgres Extensions Sam Stearns <[email protected]> @ 2024-10-01 05:34 ` khan Affan <[email protected]> 2 siblings, 0 replies; 6+ messages in thread From: khan Affan @ 2024-10-01 05:34 UTC (permalink / raw) To: Sam Stearns <[email protected]>; +Cc: Pgsql-admin <[email protected]>; Peter Garza <[email protected]>; Henry Ashu <[email protected]> Hello You can automate Postgresql-contrib with a script to install all extensions or from the pg_available_extensions table. Other than that, as far as I know, no single command can do it at once. Thanks *Muhammad Affan (*아판*)* *PostgreSQL Technical Support Engineer** / R&D* On Tue, Oct 1, 2024 at 4:31 AM Sam Stearns <[email protected]> wrote: > Howdy, > > Is there an easy way to install all extensions available to Postgres in > one hit? > > Thanks, > > Sam > > -- > > *Samuel Stearns* > Lead Database Administrator > *c:* 971 762 6879 | *o:* 503 672 5115 | DAT.com > [image: DAT] > <https://www.dat.com/?utm_medium=email&utm_source=DAT_email_signature_link; > ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Postgres Extensions 2024-09-30 23:30 Postgres Extensions Sam Stearns <[email protected]> @ 2024-10-01 13:23 ` Dan Smith <[email protected]> 2024-10-01 15:02 ` Re: Postgres Extensions Sam Stearns <[email protected]> 2 siblings, 1 reply; 6+ messages in thread From: Dan Smith @ 2024-10-01 13:23 UTC (permalink / raw) To: pgsql-admin <[email protected]> Think you might want to look at https://pigsty.io/ Best regards, Dan Smith On Mon, Sep 30, 2024 at 7:31 PM Sam Stearns <[email protected]> wrote: > Howdy, > > Is there an easy way to install all extensions available to Postgres in > one hit? > > Thanks, > > Sam > > -- > > *Samuel Stearns* > Lead Database Administrator > *c:* 971 762 6879 | *o:* 503 672 5115 | DAT.com > [image: DAT] > <https://www.dat.com/?utm_medium=email&utm_source=DAT_email_signature_link; > ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Postgres Extensions 2024-09-30 23:30 Postgres Extensions Sam Stearns <[email protected]> 2024-10-01 13:23 ` Re: Postgres Extensions Dan Smith <[email protected]> @ 2024-10-01 15:02 ` Sam Stearns <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Sam Stearns @ 2024-10-01 15:02 UTC (permalink / raw) To: Dan Smith <[email protected]>; +Cc: pgsql-admin <[email protected]> Thank you everyone. I think I'll just install the 2 that I need for now. Sam On Tue, Oct 1, 2024 at 6:24 AM Dan Smith <[email protected]> wrote: > Think you might want to look at https://pigsty.io/ > > > Best regards, > > Dan Smith > > > On Mon, Sep 30, 2024 at 7:31 PM Sam Stearns <[email protected]> wrote: > >> Howdy, >> >> Is there an easy way to install all extensions available to Postgres in >> one hit? >> >> Thanks, >> >> Sam >> >> -- >> >> *Samuel Stearns* >> Lead Database Administrator >> *c:* 971 762 6879 | *o:* 503 672 5115 | DAT.com >> [image: DAT] >> <https://www.dat.com/?utm_medium=email&utm_source=DAT_email_signature_link; >> > -- *Samuel Stearns* Lead Database Administrator *c:* 971 762 6879 | *o:* 503 672 5115 | DAT.com [image: DAT] <https://www.dat.com/?utm_medium=email&utm_source=DAT_email_signature_link; ^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2024-10-01 15:02 UTC | newest] Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2024-09-30 23:30 Postgres Extensions Sam Stearns <[email protected]> 2024-10-01 05:26 ` Kashif Zeeshan <[email protected]> 2024-10-01 05:28 ` Wells Oliver <[email protected]> 2024-10-01 05:34 ` khan Affan <[email protected]> 2024-10-01 13:23 ` Dan Smith <[email protected]> 2024-10-01 15:02 ` Sam Stearns <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox