I currently have a postgres server setup with a hot standby. Is it possible to setup a second standby server? The purpose of this copy would be to provide real-time reporting off the database, not be a true standby server.
I cannot find any information on configuring a second standby server, so I would like to know:
- Is it possible?
- If so, how to configure it in recovery.conf
- If not, other suggestions for replicating for reporting purposes.