pgsql: Doc: add missing note about permissions needed to change log_loc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc: add missing note about permissions needed to change log_loc
Date: 2017-07-19 16:59:35
Message-ID: E1dXsJz-00082g-Iu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/cd969b23bc03d0251310f6f6a204bd3ffc6d0186

Modified Files
--------------
doc/src/sgml/config.sgml | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-07-19 20:17:08 pgsql: Add static assertions about pg_control fitting into one disk sec
Previous Message Tom Lane 2017-07-18 17:13:54 pgsql: Improve make_tsvector() to handle empty input, and simplify its