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:59:10 +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[email protected]

doc/src/sgml/config.sgml

index e0ee139b3674e2bbc8a56fe84120b8a8447691d7..16f076c7fa26d66a77a5c9e8ba81a6ed3e3a00ee 100644 (file)
@@ -4145,6 +4145,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.