Re: Importing the dump file in postgresql-7.4.23

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Importing the dump file in postgresql-7.4.23
Дата
Msg-id 4969.1310570995@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Importing the dump file in postgresql-7.4.23  (saravanan <saravanan.kcse@gmail.com>)
Список pgsql-admin
saravanan <saravanan.kcse@gmail.com> writes:
> [postgres@oracle bin]$ pg_config --libdir
> /usr/local/pgsql/lib
> [postgres@oracle bin]$ pg_config --pkglibdir
> /usr/local/pgsql/lib

> I set environment variables in .bash_profile

> LD_LIBRARY_PATH=/usr/local/pgsql/lib
> export LD_LIBRARY_PATH

That would only help if it were in the environment of the running server
process.  Depending on how you start Postgres, putting it in the
postgres user's .bash_profile and restarting the server might get the
job done ... but it's also possible you need to change your server start
script.

            regards, tom lane

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

Предыдущее
От: Sanjay Rao
Дата:
Сообщение: How to auto switch the roles of master and standby
Следующее
От: "French, Martin"
Дата:
Сообщение: Re: adminpack installation problem