File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,18 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
268268 stated above; instead they update continuously throughout the transaction.
269269 </para>
270270
271+ <para>
272+ Some of the information in the dynamic statistics views shown in <xref
273+ linkend="monitoring-stats-dynamic-views-table"/> is security restricted.
274+ Ordinary users can only see all the information about their own sessions
275+ (sessions belonging to a role that they are a member of). In rows about
276+ other sessions, many columns will be null. Note, however, that the
277+ existence of a session and its general properties such as its sessions user
278+ and database are visible to all users. Superusers and members of the
279+ built-in role <literal>pg_read_all_stats</literal> (see also <xref
280+ linkend="default-roles"/>) can see all the information about all sessions.
281+ </para>
282+
271283 <table id="monitoring-stats-dynamic-views-table">
272284 <title>Dynamic Statistics Views</title>
273285
You can’t perform that action at this time.
0 commit comments