Document log_transaction_sample_rate as superuser-only

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: 11d9ac28e5e0077d8f23761c2962a30423f44cee
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2019-11-06T18:10:56Z
Releases: 13.0
Document log_transaction_sample_rate as superuser-only

The docs do say which GUCs can be changed only by superusers, but we
forgot to mention this for the new log_transaction_sample_rate. This
GUC was introduced in PostgreSQL 12, so backpatch accordingly.

Author: Adrien Nayrat
Backpatch-through: 12

Files

PathChange+/−
doc/src/sgml/config.sgml modified +1 −0

Documentation touched