Parsing config files in a directory

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Parsing config files in a directory
Дата
Msg-id 9837222c0910240641p7d75e2a4u2cfa6c1b5e603d84@mail.gmail.com
обсуждение исходный текст
Ответы Re: Parsing config files in a directory
Re: Parsing config files in a directory
Re: Parsing config files in a directory
Список pgsql-hackers
Per discussion at the developer meeting back in Ottawa, attached is an
initial patch that implements reading a directory of configuration
files instead of just one. The idea being that something like a tuning
tool, or pgadmin, for example can drop and modify files in this
directory instead of modifying the main config file (which can be very
hard to machine-parse). The idea is the same as other software like
apache that parses multiple files.

Files are parsed in alphabetical order so it's predictable, and you
can make sure some files override others etc.

Comments, before I go do the final polishing? :-)

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Вложения

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

Предыдущее
От: Stefan Moeding
Дата:
Сообщение: Re: per table random-page-cost?
Следующее
От: Grzegorz Jaskiewicz
Дата:
Сообщение: Re: Parsing config files in a directory