summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-07-19 12:58:36 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-07-19 12:58:36 -0400
commit5752dcd45bd8b9a9115d4be12b9a391464884a39 (patch)
tree806d315f0ec66bed4f9d460d186d98b8b0c89ced /doc/src
parent04a2c7f412d01da8100de79b13df4fd39e15ce25 (diff)
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 80d1679b147..b45b7f7f69b 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -5376,6 +5376,7 @@ log_line_prefix = '%m [%p] %q%u@%d/%a '
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>