summaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
authorTom Lane2017-07-19 16:58:36 +0000
committerTom Lane2017-07-19 16:59:05 +0000
commitf5c5d6a754a2367dd6058ac1313cd8590b5f5a21 (patch)
tree5d260fe36ef896270c01f98eacae3ad836532e1c /doc/src/sgml
parent0873092dd3aa37f8fef7d9e60292b1893d8efce1 (diff)
Doc: add missing note about permissions needed to change log_lock_waits.
log_lock_waits is PGC_SUSET, but config.sgml lacked the standard boilerplate sentence noting that. Report: https://postgr.es/m/20170719100838.19352.16320@wrigleys.postgresql.org
Diffstat (limited to 'doc/src/sgml')
-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 9e16d27a406..6f38916d37c 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -4639,6 +4639,7 @@ FROM pg_stat_activity;
longer than <xref linkend="guc-deadlock-timeout"> to acquire a
lock. This is useful in determining if lock waits are causing
poor performance. The default is <literal>off</>.
+ Only superusers can change this setting.
</para>
</listitem>
</varlistentry>