aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Vondra <tomas.vondra@postgresql.org>2019-11-04 02:00:26 +0100
committerTomas Vondra <tomas.vondra@postgresql.org>2019-11-06 19:10:56 +0100
commit11d9ac28e5e0077d8f23761c2962a30423f44cee (patch)
treedd9a2b18ba232e9a2c2c0126448f6c6aa88a3c35
parent22e44e8dbcfe4b9f3c4189f07a2361c951d72514 (diff)
downloadpostgresql-11d9ac28e5e0077d8f23761c2962a30423f44cee.tar.gz
postgresql-11d9ac28e5e0077d8f23761c2962a30423f44cee.zip
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
-rw-r--r--doc/src/sgml/config.sgml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 0191ec84b1f..48d7939d2de 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -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>