Hello,I just implemented two instances of hot standby psql databases on a server for the purpose of developer queries and reports. The primary servers are our production servers. Is it possible to revoke the access by developers on production while giving them read access on the standby?
Setup the pg_hba.conf file to prevent connection on the master? Said file isn't part of the replication.
David J.