1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Only show pg_stat_replication details to superusers

This commit is contained in:
Magnus Hagander
2011-01-23 17:28:19 +01:00
parent fe12263c9f
commit f88a638199
2 changed files with 17 additions and 3 deletions

View File

@ -299,7 +299,9 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<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, current WAL sender
state and transaction log location.
state and transaction log location. The columns detailing what exactly
the connection is doing are only visible if the user examining the view
is a superuser.
</entry>
</row>