Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1svVWk-00Fanr-TF for pgsql-admin@arkaria.postgresql.org; Tue, 01 Oct 2024 05:34:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1svVWk-00Arrz-30 for pgsql-admin@arkaria.postgresql.org; Tue, 01 Oct 2024 05:34:26 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1svVWj-00Arrr-MY for pgsql-admin@lists.postgresql.org; Tue, 01 Oct 2024 05:34:25 +0000 Received: from mail-oi1-x234.google.com ([2607:f8b0:4864:20::234]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1svVWh-001uAc-0j for pgsql-admin@lists.postgresql.org; Tue, 01 Oct 2024 05:34:24 +0000 Received: by mail-oi1-x234.google.com with SMTP id 5614622812f47-3e06853e579so2935210b6e.0 for ; Mon, 30 Sep 2024 22:34:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1727760862; x=1728365662; darn=lists.postgresql.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=YPdhyW8vrU09HqU+GbvqNSeYbWYXfdTS2q4PLjEXRdc=; b=If3otJsHISUFlTVg2f9Feluqh9Rmu3SalC4iY80TzvnWvfkuQhlqHU9wLp0wEMFCVU neggR5hWGFu/Oc9zZFBjs+JeydRuoJHA6Nt5IaiSlE5p9bhHy84JxYd4E6Egh0lFPh6Z Gnk1RdtVn1yJU/F76lveBOpJ2lOeXXigGYFD9gaoGOQLJEV9BVHeQcDTTVp6dkRx8g1J bcM6i0Kb4tQT/yKwcJXaO/PsqVqPYDr9HOsfZTi6fDfbN6uPcBcvKkbjzwhiocdNhKyO YlmK0X3RRxv+3FYGMCuviT+d0RNAs8Nmcem9+hEGQDiqSPXfy9nzLwhmjWwgmkBDHQx2 +GWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727760862; x=1728365662; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=YPdhyW8vrU09HqU+GbvqNSeYbWYXfdTS2q4PLjEXRdc=; b=XXHOhdPBGF7Pk+C4WwSLPJrgoQmb7SYINDTWZ9ZClplgdGyTjGSiqYg2ShGB6CxCbq T7DNf2uA3NC7B+8/NflCp6bLLIFREZSpLE1bXMNbBJmtbeEBDmTaUbYevfRd6dkxgeTD E0AI+2C+uPUIPa2Uwoj8/xUXzXUFSFw2bWU4FoQwSAnUU/usj5JLFsQ/Y6hXkI6MKxqK Hi3vFNse36bZH+dg4MAeW9LHWcEgfXU12/9T/Y/9tfDh9Ip94/FkYEZwLghs9pBY0K8M cfDyNaxnH7wTkTRE/YnOV7SQq8jYKWxekffPIx4jQd8rRawemnwhFEvYzNZkgWjjznDm G4hA== X-Gm-Message-State: AOJu0YzVoxG6H9AcxYErZL/Olo2ycyryhdthEDKFlNdJXmsP0DYI54V0 N1JzE2zdb1um692ODpqIWmDA5t6a2DEe5ZK0ty8MoJwjdJT+3LWWFjNS6Z4U3bc8H3UWNQ56Uzh K6CMfVZUQNxaIROcT90S5IkHNSA== X-Google-Smtp-Source: AGHT+IGv7DPtK3Sq4VgaEcis1BrbFbjsMXr3xutrRXYSF0QKAljIrUBlPhQ5lxtjYpquvJkmm3xTEFMEpAnxmue/GaY= X-Received: by 2002:a05:6808:3a17:b0:3e3:a317:8e2e with SMTP id 5614622812f47-3e3a3178f78mr5056657b6e.20.1727760862089; Mon, 30 Sep 2024 22:34:22 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: khan Affan Date: Tue, 1 Oct 2024 10:34:08 +0500 Message-ID: Subject: Re: Postgres Extensions To: Sam Stearns Cc: Pgsql-admin , Peter Garza , Henry Ashu Content-Type: multipart/alternative; boundary="000000000000711b33062363accf" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000711b33062363accf Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 (*=EC=95=84=ED=8C=90*)* *PostgreSQL Technical Support Engineer** / R&D* On Tue, Oct 1, 2024 at 4:31=E2=80=AFAM Sam Stearns wr= ote: > 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] > > --000000000000711b33062363accf Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello=C2=A0

You can automate Postgresql-contrib wit= h a script to install all extensions or from the pg_available_extensions ta= ble. Other than that, as far as I know, no single command=C2=A0can do it at= once.

Thanks=C2=A0


Muhammad Affan (=EC=95=84=ED=8C=90)

PostgreSQL Technical Support Engineer= =C2=A0/ R&D


On Tue, Oct 1, 2024 at 4:31=E2=80= =AFAM Sam Stearns <sam.stearns@da= t.com> wrote:
Howdy,

Is there an easy way to ins= tall all extensions available to Postgres in one hit?

<= div>Thanks,

Sam

--

Samuel Stearns
Le= ad Database Administrator
c:=C2=A0971 762 6879=C2=A0|
=C2=A0o:=C2=A0= 503 672 5115=C2=A0|=C2=A0DAT.= com

3D"DAT"
=
--000000000000711b33062363accf--