Hello, I've searched the archives and docs for an answer to my question, but did not find anything, so I was hoping someone can answer this question or point me to a useful doc:
Is there a way in PostGreSQL to temporarily disable any external connections (or just disable external writes) to a certain database, without having to restart the postmaster? Local connections to the database would still be allowed.
Better yet, is there a way to transparently forward connections from clients to another database? For example, client connects to db A but the postmaster really connects him to db B?
Thanks for your help!
Hisham