I am looking at PostgreSQL 9.4 Streaming Replication with PgPool for Load Balancing vs. using PgPool replication. Since PgPool replication is statement / middleware based does it mean that if I directly update the Master outside of PgPool it will not replicate? Will PgPool detect that the master and slave are out of sync?
Thanks in advance for your help.