On 06.10.25 20:05, Jacob Champion wrote: > I started on a proof of concept and very quickly hit a fork. Do I > 1) introduce a completely new config file, or > 2) adapt pg_service.conf to this use case?
I've been thinking about this kind of thing for a long time, and my intuition has always been to have some kind of [default] section in pg_service.conf. That would probably be relatively easy.
Maybe have a way to specify one or more "base" configurations for each service?
Something like (except please don't use the "extends" keyword, I've done enough Java already; pick some punctuation instead):