Re: How to add hosts to pg_hba.conf and postgresql.conf?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: How to add hosts to pg_hba.conf and postgresql.conf?
Дата
Msg-id 4D7FD444.3050100@hogranch.com
обсуждение исходный текст
Ответ на Re: How to add hosts to pg_hba.conf and postgresql.conf?  (Adrian Klaver <adrian.klaver@gmail.com>)
Список pgsql-general
> What it probably means is that this:
>
> svc:/application/database/postgresql_83:default_64bit
>
> is pointing  at a different instance of Postgres than this:
>
> pg_ctl -D /var/lib/pgsql/data -l postmaster.log start

indeed.


# svcprop svc:/application/database/postgresql_83:default_64bit | grep data
/var/postgres/8.3/data_64


so, yeah, wrong place entirely.     god knows what mess you have now.

# svcprop svc:/application/database/postgresql:version_81 | grep data
postgresql/data astring /var/lib/pgsql/data



hmmmmm.







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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: How to add hosts to pg_hba.conf and postgresql.conf?
Следующее
От: "Andy Chambers"
Дата:
Сообщение: Enable/Disable Triggers