Re: list append syntax for postgresql.conf - Mailing list pgsql-hackers

From Joe Conway
Subject Re: list append syntax for postgresql.conf
Date
Msg-id a276cf6b-4ade-1f23-6d99-8fbc4bced7ce@joeconway.com
Whole thread Raw
In response to list append syntax for postgresql.conf  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: list append syntax for postgresql.conf  (Chapman Flack <chap@anastigmatix.net>)
List pgsql-hackers
On 2/20/19 10:15 AM, Peter Eisentraut wrote:
> 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?


I like the idea, but presume it would apply to any GUC list, not just
shared_preload_libraries?

Joe

--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development


Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: speeding up planning with partitions
Next
From: "David G. Johnston"
Date:
Subject: Re: list append syntax for postgresql.conf