Thread: Postgres Extensions

Postgres Extensions

From
Sam Stearns
Date:
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

DAT

Re: Postgres Extensions

From
Kashif Zeeshan
Date:
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 <sam.stearns@dat.com> 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

DAT

Re: Postgres Extensions

From
Wells Oliver
Date:
What in the world is the use case here, sounds like madness.


On Mon, Sep 30, 2024 at 10:27 PM Kashif Zeeshan <kashi.zeeshan@gmail.com> 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 <sam.stearns@dat.com> 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

DAT


--

Re: Postgres Extensions

From
khan Affan
Date:
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 <sam.stearns@dat.com> 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

DAT

Re: Postgres Extensions

From
Dan Smith
Date:
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 <sam.stearns@dat.com> 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

DAT

Re: Postgres Extensions

From
Sam Stearns
Date:
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 <j.daniel.smith1@gmail.com> 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 <sam.stearns@dat.com> 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

DAT


--

Samuel Stearns
Lead Database Administrator
c: 971 762 6879 | o: 503 672 5115 | DAT.com

DAT