Possible to exclude a database from loading a shared_preload_libraries module? - Mailing list pgsql-hackers

From Rajan Pandey
Subject Possible to exclude a database from loading a shared_preload_libraries module?
Date
Msg-id CAPr50MnYyM_vPX4QQ1srtCTixJe77AYPO5RA57j=Gfk9DT3MiQ@mail.gmail.com
Whole thread Raw
Responses Re: Possible to exclude a database from loading a shared_preload_libraries module?
List 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

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix restore of not-null constraints with inheritance
Next
From: Daniel Gustafsson
Date:
Subject: Re: Okay to remove mention of mystery @ and ~ operators?