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

From Siraj G
Subject Is PgAudit extension database specific?
Date
Msg-id CAC5iy63sMzJ9j_WBxzjdTjp7y0F_hRuA-=Fjfyy7RFbqdqA16A@mail.gmail.com
Whole thread Raw
Responses Re: Is PgAudit extension database specific?
Re: Is PgAudit extension database specific?
List pgsql-admin
Hello Experts!

Here is my observation:

Connected to postgres DB and ran:
CREATE EXTENSION pgaudit;

Within postgres DB, I ran this:
SELECT * FROM pg_catalog.pg_extension WHERE extname = 'pgaudit';

It does return a row.

I changed the DB and ran the same SQL, but it does not return any thing.

The PostgreSQL instance is a GCP cloud SQL running with postgres V14.19.

Would you help me understand this, please.

Regards
Siraj

pgsql-admin by date:

Previous
From: Sbob
Date:
Subject: Re: struggling with logical replication and WAL segments removed even with max_slot_wal_keep_size = -1
Next
From: "David G. Johnston"
Date:
Subject: Re: Is PgAudit extension database specific?