mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
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
This commit is contained in:
parent
22e44e8dbc
commit
11d9ac28e5
@ -5988,6 +5988,7 @@ local0.* /var/log/postgresql
|
|||||||
logs all statements for all transactions.
|
logs all statements for all transactions.
|
||||||
<varname>log_transaction_sample_rate</varname> is helpful to track a
|
<varname>log_transaction_sample_rate</varname> is helpful to track a
|
||||||
sample of transaction.
|
sample of transaction.
|
||||||
|
Only superusers can change this setting.
|
||||||
</para>
|
</para>
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user