I have a slave postgres server running in hot standby mode. Currently there is DB owner role that I use to connect and query to this server. Now, I want to create another readonly user/role with a password that I can share to other users so that they can query this standby server. What I read from documentation is that since it's stand by server, I cannot create another user on the database. How do I solve this problem? How do I create another user with read only access?
pg_hba.conf- a_horse_with_no_name