Re: Is PgAudit extension database specific? - Mailing list pgsql-admin

From David G. Johnston
Subject Re: Is PgAudit extension database specific?
Date
Msg-id CAKFQuwYasZoFC0mYyLc6THekOTXpfO-+SKcAftw7OYpjCKrWaA@mail.gmail.com
Whole thread Raw
In response to Is PgAudit extension database specific?  (Siraj G <tosiraj.g@gmail.com>)
List pgsql-admin
On Tue, Jan 6, 2026 at 10:19 AM Siraj G <tosiraj.g@gmail.com> wrote:
Connected to postgres DB and ran:
CREATE EXTENSION pgaudit;


"create extension" always executes strictly within the database you are connected to.  It may have effects that go beyond that database, depending on what the extension does, but absent documentation to the contrary assume that an extension only operates within the database it was installed into.

David J.

pgsql-admin by date:

Previous
From: Siraj G
Date:
Subject: Is PgAudit extension database specific?
Next
From: zaidagilist
Date:
Subject: Re: Is PgAudit extension database specific?