1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

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 236bdae543
commit 0e8448bbfd

View File

@ -5161,6 +5161,7 @@ FROM pg_stat_activity;
longer than <xref linkend="guc-deadlock-timeout"> to acquire a longer than <xref linkend="guc-deadlock-timeout"> to acquire a
lock. This is useful in determining if lock waits are causing lock. This is useful in determining if lock waits are causing
poor performance. The default is <literal>off</>. poor performance. The default is <literal>off</>.
Only superusers can change this setting.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>