Skip to content

Commit f5c5d6a

Browse files
committed
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
1 parent 0873092 commit f5c5d6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4639,6 +4639,7 @@ FROM pg_stat_activity;
46394639
longer than <xref linkend="guc-deadlock-timeout"> to acquire a
46404640
lock. This is useful in determining if lock waits are causing
46414641
poor performance. The default is <literal>off</>.
4642+
Only superusers can change this setting.
46424643
</para>
46434644
</listitem>
46444645
</varlistentry>

0 commit comments

Comments
 (0)