IPv6 connection

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема IPv6 connection
Дата
Msg-id 4B4BA6D1.1050001@lelarge.info
обсуждение исходный текст
Ответы Re: IPv6 connection  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

pgAdmin 1.10 (and earlier) will throw an error if a user tries to
connect to an IPv6 address (for example ::1, which is IPv6 localhost).

This patch fixes this issue on Linux (and probably Mac). But it just
doesn't compile on Windows. Any ideas on a fix for Windows?

Actually, I'm wondering why we try to resolve the hostname on pgAdmin.
libpq already does this. Can't we just push the string to libpq and let
it resolve the string address? it would be a more simple fix for our issue.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

Вложения

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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #125: PgAdmin not displaying typmod column types correctly in create or display
Следующее
От: Dave Page
Дата:
Сообщение: Re: IPv6 connection