IPv6 connection - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject IPv6 connection
Date
Msg-id 4B4BA6D1.1050001@lelarge.info
Whole thread Raw
Responses Re: IPv6 connection
List 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

Attachment

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #125: PgAdmin not displaying typmod column types correctly in create or display
Next
From: Dave Page
Date:
Subject: Re: IPv6 connection