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:36 +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 80d1679b1472000eeebbbc9c3d8902510af56cd6..b45b7f7f69bfcf5fd6afd5d6da52767f9350e8e4 100644 (file)
@@ -5376,6 +5376,7 @@ log_line_prefix = '%m [%p] %q%u@%d/%a '
         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.