process status of the WAL receiver process, displayed using the
ps> command (see for details).
+ You can retrieve a list of WAL sender processes via the
+
+ pg_stat_replication> view. Large differences between
+ pg_current_xlog_location> and sent_location> field
+ might indicate that the master server is under heavy load, while
+ differences between sent_location> and
+ pg_last_xlog_receive_location> on the standby might indicate
+ network delay, or that the the standby is under heavy load.
+
+ |
+
pg_stat_replication>pg_stat_replication
+
One row per WAL sender process, showing process ID>,
+ user OID, user name, application name, client's address and port number,
+ time at which the server process began execution, and transaction log
+ location.
+
+
+
|
pg_stat_all_tables>pg_stat_all_tables
For each table in the current database (including TOAST tables),