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

From Peter Eisentraut
Subject list append syntax for postgresql.conf
Date
Msg-id 74af1f60-34af-633e-ee8a-310d40c741a7@2ndquadrant.com
Whole thread Raw
Responses Re: list append syntax for postgresql.conf  (Euler Taveira <euler@timbira.com.br>)
Re: list append syntax for postgresql.conf  (Christoph Berg <myon@debian.org>)
Re: list append syntax for postgresql.conf  (Joe Conway <mail@joeconway.com>)
Re: list append syntax for postgresql.conf  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: list append syntax for postgresql.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: list append syntax for postgresql.conf  (Robert Haas <robertmhaas@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Another way to fix inherited UPDATE/DELETE
Next
From: Euler Taveira
Date:
Subject: Re: list append syntax for postgresql.conf