Document log_transaction_sample_rate as superuser-only
authorTomas Vondra
Mon, 4 Nov 2019 01:00:26 +0000 (02:00 +0100)
committerTomas Vondra
Wed, 6 Nov 2019 18:11:37 +0000 (19:11 +0100)
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

doc/src/sgml/config.sgml

index 0bb00011464f979165e7e22118502206c0e9aae3..c2124393d076b7535e4d30693224d68731e028ef 100644 (file)
@@ -5988,6 +5988,7 @@ local0.*    /var/log/postgresql
          logs all statements for all transactions.
          log_transaction_sample_rate is helpful to track a
          sample of transaction.
+         Only superusers can change this setting.