Re: BUG #9518: temporary login failure - "missing pg_hba entry"
В списке pgsql-bugs по дате отправления:
| От | Alvaro Herrera |
|---|---|
| Тема | Re: BUG #9518: temporary login failure - "missing pg_hba entry" |
| Дата | |
| Msg-id | 20140401021720.GC9567@eldon.alvh.no-ip.org обсуждение |
| Ответ на | Re: BUG #9518: temporary login failure - "missing pg_hba entry" (Mike Blackwell <mike.blackwell@rrd.com>) |
| Ответы |
Re: BUG #9518: temporary login failure - "missing pg_hba entry"
|
| Список | pgsql-bugs |
Mike Blackwell wrote:
> âThis particular host is listed in pg_hba.conf by host name rather than by
> IP address. Is it possible this error is due to an intermittent DNS
> failure?â
Doesn't look like it; that code has this:
ret = getaddrinfo(port->remote_hostname, NULL, NULL, &gai_result);
if (ret != 0)
ereport(ERROR,
(errmsg("could not translate host name \"%s\" to address: %s",
port->remote_hostname, gai_strerror(ret))));
so unless I'm misreading it, you should see an error message in your
server log.
--
Ãlvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера