Hello,
I have a Postgres slave (wal replication) and want no query on it, expect
- SELECT pg_last_xlog_receive_location()
- SELECT pg_last_xlog_replay_location()
When I set hot_standby = off in postgres.conf nobody can query the
replication cluster.
Is there a way to allow only the above query and deny all other?
Best Regards,
basti