Remove mention of table used for SlaveHosts query

This commit is contained in:
Paul Jacobs
2020-04-22 15:23:49 +03:00
parent 7d6ae54279
commit 3fb8002d94
+2 -2
View File
@@ -92,10 +92,10 @@ Setting
Selects ``name`` and ``setting`` from ``pg_settings``.
SlaveHosts10
Selects information from ``pg_stat_replication`` for PostgreSQL version 10.
Selects information for PostgreSQL version 10.
SlaveHosts96
Selects information from ``pg_stat_replication`` for PostgreSQL version 9.6.
Selects information for PostgreSQL version 9.6.
TableAccess
Shows table access information by selecting from ``pg_locks``, ``pg_stat_database`` and ``pg_class``.