Re: BUG #13463: fatal 28000 no pg_hba.conf entry for host

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: BUG #13463: fatal 28000 no pg_hba.conf entry for host
Дата
Msg-id 5589EBA3.9040104@hogranch.com
обсуждение исходный текст
Ответ на BUG #13463: fatal 28000 no pg_hba.conf entry for host  (nanaska_91@mail.ru)
Список pgsql-bugs
On 6/23/2015 9:09 AM, nanaska_91@mail.ru wrote:
> I can't connect to remote PostgreSQL database: error "28000 no pg_hba.conf
> entry for host" occurs.
>
> I've opened port 5432 in Firewall, my pg_hba.conf file looks like:

what is the listen_addresses parameter in postgresql.conf ?  the default
is to listen to localhost only.   change it to...

listen_addresses = '*'

and restart postgresql to take effect.



--
john r pierce, recycling bits in santa cruz

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

Предыдущее
От: nanaska_91@mail.ru
Дата:
Сообщение: BUG #13463: fatal 28000 no pg_hba.conf entry for host
Следующее
От: corey.huinker@gmail.com
Дата:
Сообщение: BUG #13464: Optimizer fails to use partial index on boolean when selected via "IS" operator.