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-001nLI-JH@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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bc2f04e4f26e303041c72341c0dc2b6be53b156e

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