Possible to exclude a database from loading a shared_preload_libraries module?

From: Rajan Pandey <rajanpandey2508(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Possible to exclude a database from loading a shared_preload_libraries module?
Date: 2024-04-19 12:41:04
Message-ID: CAPr50MnYyM_vPX4QQ1srtCTixJe77AYPO5RA57j=Gfk9DT3MiQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, I have a use case where I want a particular database to not load a few
modules in shared_preload_libraries.
I was wondering if there's any way to tweak the codebase to achieve this.
Otherwise, can I block the modules' hooks/bgw from performing actions on my
particular database?

--
Regards
Rajan Pandey

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-04-19 12:59:16 Re: Okay to remove mention of mystery @ and ~ operators?
Previous Message Alvaro Herrera 2024-04-19 11:59:31 Re: pgsql: Fix restore of not-null constraints with inheritance