Doc: add missing note about permissions needed to change log_lock_waits.
authorTom Lane
Wed, 19 Jul 2017 16:58:36 +0000 (12:58 -0400)
committerTom Lane
Wed, 19 Jul 2017 16:58:52 +0000 (12:58 -0400)
log_lock_waits is PGC_SUSET, but config.sgml lacked the standard
boilerplate sentence noting that.

Report: https://postgr.es/m/20170719100838[email protected]

doc/src/sgml/config.sgml

index 0baa79bb806fbdb308612217d614e479d488d400..ce5a05a779c6b034bcfcb750142233f94da76e9b 100644 (file)
@@ -5161,6 +5161,7 @@ FROM pg_stat_activity;
         longer than  to acquire a
         lock.  This is useful in determining if lock waits are causing
         poor performance.  The default is off.
+        Only superusers can change this setting.