Re: Relocatable installs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Relocatable installs
Дата
Msg-id 200405091643.31570.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Relocatable installs  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Relocatable installs
Список pgsql-hackers
Tom Lane wrote:
> The thing I like about the relative-path idea is that it actually
> improves and extends our existing ability to support multiple
> installs.  I wonder whether we could even allow PGDATA to default
> to a relative path (../data)?

Doesn't work very well when you install into /usr/bin ...

If we determine the default data directory off the configure option 
--localstatedir then we can simply use the same mechanisms that have 
been discussed for determining all the other directories at run time 
relative to the binaries.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Relocatable installs
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Nested transactions