mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Document pg_stat_replication, bump catversion since that was overlooked.
Itagaki Takahiro, edited by me.
This commit is contained in:
@@ -294,6 +294,15 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><structname>pg_stat_replication</><indexterm><primary>pg_stat_replication</primary></indexterm></entry>
|
||||
<entry>One row per WAL sender process, showing process <acronym>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.
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><structname>pg_stat_all_tables</><indexterm><primary>pg_stat_all_tables</primary></indexterm></entry>
|
||||
<entry>For each table in the current database (including TOAST tables),
|
||||
|
||||
Reference in New Issue
Block a user