Is there some kind of query/view/table available in PostgreSQL that can reflect the actual status of a master-slave replication process? Perhaps the "degree" of sync between the nodes?
The above is to periodically monitor our servers to ensure they are actually "in sync" and the slave hasn't gone adrift.