list append syntax for postgresql.conf

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: list append syntax for postgresql.conf
Date: 2019-02-20 15:15:42
Message-ID: 74af1f60-34af-633e-ee8a-310d40c741a7@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Nowadays there are a number of methods for composing multiple
postgresql.conf files for modularity. But if you have a bunch of things
you want to load via shared_preload_libraries, you have to put them all
in one setting. How about some kind of syntax for appending something
to a list, like

shared_preload_libraries += 'pg_stat_statements'

Thoughts?

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira 2019-02-20 15:35:33 Re: list append syntax for postgresql.conf
Previous Message Tom Lane 2019-02-20 15:14:56 Re: Another way to fix inherited UPDATE/DELETE