]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: add missing note about permissions needed to change log_lock_waits.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jul 2017 16:58:36 +0000 (12:58 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jul 2017 16:59:15 +0000 (12:59 -0400)
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

doc/src/sgml/config.sgml

index cac5c04111f4643bd758c50744cc0de019869caa..500455b44a594460da000f74cb38bf232c699589 100644 (file)
@@ -4057,6 +4057,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>