<div dir="ltr">We have two postgresql nodes configured as primary and hot standby with streaming replication. Pgpool-II is configured on a third host to provide load balancing and health check monitoring to trigger failover.<br><br>When, on the Pgpool-II host, I execute:<br><br>$ psql -U pgpool --dbname=postgres --host localhost -c &quot;show pool_nodes&quot; <br><br>Neither the primary or the secondary node show anything for replication_state or replication_sync_state.<br><br>I have confirmed that the pgpool user is a postgresql superuser and I have also added that user to the pg_monitor group (just in case).<br><br>Our Master/Slave Mode pgpool.conf settings are:<br><br>master_slave_mode = on<br>master_slave_sub_mode = &#39;stream&#39;<br>sr_check_period = 10<br>sr_check_user = &#39;pgpool&#39;<br><br>Given the above configuration should the replication_state and replication_sync_state be displayed for the secondary node? Are there any configuration settings I need to make to Postgres to enable this functionality?<br><br>I want to use the auto_failback option to reattach standby nodes, but I don&#39;t think this feature will work if Pgpool-II can&#39;t see this information.<br><br>Regards, Phil<br></div>