diff options
author | Magnus Hagander <magnus@hagander.net> | 2011-01-23 17:28:19 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2011-01-23 17:28:19 +0100 |
commit | f88a638199d8505e7a01548cb647f908ae1e469f (patch) | |
tree | fe0926b6b787230b58084becfe5c122dd3e19f4b /doc/src | |
parent | fe12263c9f3db78a5359865a6617e23a27e59691 (diff) | |
download | postgresql-f88a638199d8505e7a01548cb647f908ae1e469f.tar.gz postgresql-f88a638199d8505e7a01548cb647f908ae1e469f.zip |
Only show pg_stat_replication details to superusers
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 241131ce614..306af4e4544 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -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> |