pgsql: doc: Reword description of roles able to view track_activities's - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Reword description of roles able to view track_activities's
Date
Msg-id E1nvUfG-001nLD-IJ@gemulon.postgresql.org
Whole thread Raw
List 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0adff38da4bc88bcbcc07641ddc04180fe183188

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix COPY FROM when database encoding is SQL_ASCII.
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Extend pg_publication_tables to display column list and row filt