Document log_transaction_sample_rate as superuser-only

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: f96f14744533e7409876056eeca0229a32fac4dd
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2019-11-06T18:11:37Z
Releases: 12.1
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