Re: Is PgAudit extension database specific?

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Is PgAudit extension database specific?
Дата
Msg-id CAKFQuwYasZoFC0mYyLc6THekOTXpfO-+SKcAftw7OYpjCKrWaA@mail.gmail.com
обсуждение исходный текст
Ответ на Is PgAudit extension database specific?  (Siraj G <tosiraj.g@gmail.com>)
Список 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 по дате отправления: