Re: Connecting postgreSQL using JDBC - Mailing list pgsql-general

From Travis Bauer
Subject Re: Connecting postgreSQL using JDBC
Date
Msg-id Pine.GSO.4.21.0006280727330.4586-100000@piccolo.cs.indiana.edu
Whole thread Raw
In response to Connecting postgreSQL using JDBC  ("Howard" <kstse@netvigator.com>)
List pgsql-general
As was mentioned, check you pg_hba.conf.  Also, you need to specify where
in the network the server is located by further qualifying the url name:

jdbc:postgresql://host_name_here/database_name

----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------

On Wed, 28 Jun 2000, Howard wrote:

> java program:
>     ...DriverManager.getConnection ("jdbc:postgresql:webtest", "nobody",
> "");
> where webtest is my testing database name.


pgsql-general by date:

Previous
From: John Morton
Date:
Subject: Restricting queries by the presence of a WHERE clause
Next
From: Travis Bauer
Date:
Subject: Re: Restricting queries by the presence of a WHERE clause