From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | IPv6 connection |
Date: | 2010-01-11 22:31:45 |
Message-ID: | 4B4BA6D1.1050001@lelarge.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
ticket37_v1.patch | text/x-patch | 2.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2010-01-12 06:00:31 | Re: IPv6 connection |
Previous Message | pgAdmin Trac | 2010-01-10 17:18:57 | Re: [pgAdmin III] #125: PgAdmin not displaying typmod column types correctly in create or display |