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.