pgsql: Doc: improve documentation about postgresql.auto.conf. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: improve documentation about postgresql.auto.conf.
Date
Msg-id E1hyHSl-0002E6-SE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: improve documentation about postgresql.auto.conf.

Clarify what external tools can do to this file, and add a bit
of detail about what ALTER SYSTEM itself does.

Discussion: https://postgr.es/m/aed6cc9f-98f3-2693-ac81-52bb0052307e@2ndquadrant.com

Branch
------
REL_10_STABLE

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

Modified Files
--------------
doc/src/sgml/config.sgml | 33 +++++++++++++++++++++++----------
1 file changed, 23 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix ALTER SYSTEM to cope with duplicate entries inpostgresql.au
Next
From: Tom Lane
Date:
Subject: pgsql: Use a hash table to de-duplicate NOTIFY events faster.