Re: BUG #15655: local machines pushed openvpn dns issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15655: local machines pushed openvpn dns issue
Дата
Msg-id 6491.1551132852@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #15655: local machines pushed openvpn dns issue  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> The psql command line for MacOS looks to external DNS resolution first.
> Once it fails, it then looks to the local machines DNS to resolve hostname.

Neither psql nor libpq (or indeed anything in PG) contain their own
DNS resolution code.  It's just using whatever behavior the local libc
provides for that.

Apple's libraries do indeed have some nonstandard DNS resolution behavior,
though.  Some quick poking around here suggests that "scutil --dns" might
help you investigate how that's configured on your machine.

Also worth noting is that the PG community at large has no idea what AWS
may have done to versions that they provide; if this isn't a purely
stock psql, you should probably be asking AWS about it.

            regards, tom lane


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

Предыдущее
От: "Rossiter, Russell D."
Дата:
Сообщение: Kerberos bug in pgadmin4.2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15655: local machines pushed openvpn dns issue