pgsql: doc: Reword description of roles able to view track_activities's

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Reword description of roles able to view track_activities's
Date: 2022-05-30 01:57:50
Message-ID: E1nvUfG-001nLM-Jn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Reword description of roles able to view track_activities's info

The information generated when track_activities is accessible to
superusers, roles with the privileges of pg_read_all_stats, as well as
roles one has the privileges of. The original text did not outline the
last point, while the change done in ac1ae47 was unclear about the
second point.

Per discussion with Nathan Bossart.

Discussion: https://postgr.es/m/20220521185743.GA886636@nathanxps13
Backpatch-through: 10

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/02ea9673382e03d92b8daa0f7eb7e5fa38c6be2b

Modified Files
--------------
doc/src/sgml/config.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-05-30 03:06:12 Re: pgsql: Extend pg_publication_tables to display column list and row filt
Previous Message Heikki Linnakangas 2022-05-29 21:08:32 pgsql: Fix COPY FROM when database encoding is SQL_ASCII.