Re: Parsing config files in a directory

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Parsing config files in a directory
Дата
Msg-id 1256461713.9848.2.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: Parsing config files in a directory  (Greg Smith <gsmith@gregsmith.com>)
Ответы Re: Parsing config files in a directory  (Guillaume Smet <guillaume.smet@gmail.com>)
Re: Parsing config files in a directory  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Parsing config files in a directory  (Cédric Villemain <cedric.villemain@dalibo.com>)
Список pgsql-hackers
On lör, 2009-10-24 at 13:32 -0400, Greg Smith wrote:
> Regardless, the UI I was hoping for was to make the default 
> postgresql.conf file end with a line like this:
> 
> directory 'conf'

I think something like is this is definitely more understandable for
users and less overkill in the implementation.

As a file point, I would prefer something like

include 'whatever/*.conf'

that is, listing the files as a glob pattern instead of naming a
directory.  Because packaging tools, editors, etc. will leave backup and
temporary files lying around that you don't want to include, and we
don't want to get involved into knowing all the naming patterns that
people might want to use for those.

Actually,

include 'postgresql.conf.d/*.conf'

sounds nice as a default.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Parsing config files in a directory
Следующее
От: Guillaume Smet
Дата:
Сообщение: Re: Parsing config files in a directory