Re: Fixed directory locations in installs

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Fixed directory locations in installs
Дата
Msg-id 4095049B.8080101@dunslane.net
обсуждение исходный текст
Ответ на Fixed directory locations in installs  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers

Bruce Momjian wrote:

>
>In other words:
>
>    #dynamic_library_path = '$libdir'
>
>could maybe become:
>
>    #dynamic_library_path = '/usr/local/pgsql/lib'
>

Not sure I follow - dynamic_library_path is a colon-separated set of 
paths. How will somone using $libdir have that resolved? ISTM we need to 
have another GUC var which sets it, rather than have it compiled in and 
not able to be overridden. It's not really an initdb-time thing either - 
it's an install-time thing - so the installer could add the right path 
to postgresql.conf.sample. Of course, if people move directories around 
after installation they are asking to shoot themselves in the foot, but 
that's true now anyway.


cheers

andrew



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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: SET WITHOUT CLUSTER patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Fixed directory locations in installs