Re: Is PgAudit extension database specific?

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Siraj G <tosiraj(dot)g(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Is PgAudit extension database specific?
Date: 2026-01-06 17:26:59
Message-ID: CAKFQuwYasZoFC0mYyLc6THekOTXpfO-+SKcAftw7OYpjCKrWaA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Jan 6, 2026 at 10:19 AM Siraj G <tosiraj(dot)g(at)gmail(dot)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.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message zaidagilist 2026-01-06 17:29:39 Re: Is PgAudit extension database specific?
Previous Message Siraj G 2026-01-06 17:18:44 Is PgAudit extension database specific?