Re: What is the motivation of include directive and

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What is the motivation of include directive and
Дата
Msg-id 4684.1169009431@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: What is the motivation of include directive and  ("Takayuki Tsunakawa" <tsunakawa.takay@jp.fujitsu.com>)
Ответы Re: What is the motivation of include directive and  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
"Takayuki Tsunakawa" <tsunakawa.takay@jp.fujitsu.com> writes:
> Still, I don't understand well why config files need to be placed
> outside the data directory, except for daring conform to FHS.

The killer argument for it is that most of what is in $PGDATA should be
excluded from your normal filesystem backup method, because you need to
be using some database-aware mechanism for backing up the database.  But
the config files are perfectly suited for standard filesystem backup,
and indeed will *not* be covered by, say, pg_dumpall.  So putting them
somewhere else helps in creating a coherent backup strategy.
        regards, tom lane


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

Предыдущее
От: "Takayuki Tsunakawa"
Дата:
Сообщение: Re: What is the motivation of include directive and
Следующее
От: "Takayuki Tsunakawa"
Дата:
Сообщение: Re: What is the motivation of include directive and