Skip to content
Snippets Groups Projects
Commit f96f1474 authored by Tomas Vondra's avatar Tomas Vondra
Browse files

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
parent 9dbc6d25
No related branches found
No related tags found
No related merge requests found
......@@ -5988,6 +5988,7 @@ local0.* /var/log/postgresql
logs all statements for all transactions.
<varname>log_transaction_sample_rate</varname> is helpful to track a
sample of transaction.
Only superusers can change this setting.
</para>
<note>
<para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment