Re: postgresql jdbc connect via hostname instead of just ip - Mailing list pgsql-general

From Douglas McNaught
Subject Re: postgresql jdbc connect via hostname instead of just ip
Date
Msg-id m2r78sa7v8.fsf@Douglas-McNaughts-Powerbook.local
Whole thread Raw
In response to postgresql jdbc connect via hostname instead of just ip  (Jonathan Schreiter <jonathanschreiter@yahoo.com>)
Responses Re: postgresql jdbc connect via hostname instead of just ip
List pgsql-general
Jonathan Schreiter <jonathanschreiter@yahoo.com> writes:

> The only way I can connect to the database via JDBC
> seems to be by IP address (both locally and on another
> system allowed by the pg_hba.conf file).
>
> jdbc:postgresql://theipaddressofdatabaseserver/mydatabase
>
> I'd like to be able to connect to the database this
> way using a DNS name / computer host name.  The
> specific error I recieve is on the lines of no route
> to host.

This implies that the IP address in DNS or /etc/hosts is different
from the IP address you're using in the URL.  It's almost certainly
not a Postgres misconfiguration.  What happens when you do

telnet server.host.name 5432

on the JDBC client machine?

-Doug

pgsql-general by date:

Previous
From: Jonathan Schreiter
Date:
Subject: postgresql jdbc connect via hostname instead of just ip
Next
From: vishal saberwal
Date:
Subject: Selecting Large Object and TOAST