diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-07-19 12:58:36 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-07-19 12:58:52 -0400 |
commit | 0e8448bbfd2de5bf17b3fd379e1d28a14f1e9b02 (patch) | |
tree | 4cb16c00be94a4946518d57842e2c72df09d66a3 | |
parent | 236bdae543d9ecd6a413b9e5b5c9d1237c6774c5 (diff) | |
download | postgresql-0e8448bbfd2de5bf17b3fd379e1d28a14f1e9b02.tar.gz postgresql-0e8448bbfd2de5bf17b3fd379e1d28a14f1e9b02.zip |
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
-rw-r--r-- | doc/src/sgml/config.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0baa79bb806..ce5a05a779c 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5161,6 +5161,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> |