Re: Moving/Using Postgres Binaries on multiple machines

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Moving/Using Postgres Binaries on multiple machines
Дата
Msg-id 200411241621.08964.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Moving/Using Postgres Binaries on multiple machines  (Francis Reed <freed@iel.ie>)
Ответы Re: Moving/Using Postgres Binaries on multiple machines
Список pgsql-general
Francis Reed wrote:
> We tested the principle with postgres 7.4.6 but found a what we
> believe is a compile time dependancy in create_conversion.sql where
> $libdir is not being resolved properly during the initdb process on
> the second machine. The usual environment variables don't seem to
> help (LD_LIBRARY_PATH; PATH; PGLIB etc). Anyone come across that?

Moving the installation to a different path is not supported for
permanent use before 8.0.  You better try to install in the same
directory layout on all machines where you want to deploy.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Performance
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: problem in modifing column datatype of a table