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
This commit is contained in:
Tom Lane 2017-07-19 12:58:36 -04:00
parent 04a2c7f412
commit 5752dcd45b
1 changed files with 1 additions and 0 deletions

View File

@ -5376,6 +5376,7 @@ log_line_prefix = '%m [%p] %q%u@%d/%a '
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>