From: | Mario Guenterberg <mg(at)havelsoft(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: connection in pgadmin3 not resolving host |
Date: | 2007-02-11 18:43:57 |
Message-ID: | 20070211184357.GA7317@/bin/dnsdomainname |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On Sat, Feb 10, 2007 at 10:55:09PM -0800, Glok Twen wrote:
> Could not resolve hostname
> jdbc:postgresql://127.0.0.1:5432/postgres
pgadmin3 is an C++ application. JDBC support is within not
supported. Try the File->Add Server dialog for standard TCP
connections.
>
> and yet from the command line i can log into psql. i'm
> running ubuntu 6.10. i have put this jdbc driver:
>
> postgresql-8.1-408.jdbc3.jar
>
> into my /usr/bin directory.
Put it in the standard java $CLASSPATH /usr/share/java.
This is not a executable jar.
> and i've tried every combination of localhost,
> jdbc:postgresql:postgres and tons more for the
> connection string.
>
So lang
Mario
--
-----------------------------------------------------
| havelsoft.com - Ihr Service Partner für Open Source |
| Tel: 033876-21 966 |
| Notruf: 0173-277 33 60 |
| http://www.havelsoft.com |
| |
| Inhaber: Mario Günterberg |
| Mützlitzer Strasse 19 |
| 14715 Märkisch Luch |
-----------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Nicolas Vervelle | 2007-02-12 16:15:01 | Problem with loginTimeout |
Previous Message | Oliver Jowett | 2007-02-11 08:23:49 | Re: stringtype=unspecified problem |