Re: connection problem in postgresql - Mailing list pgsql-bugs

From Tom Lane
Subject Re: connection problem in postgresql
Date
Msg-id 18583.1145219309@sss.pgh.pa.us
Whole thread Raw
In response to connection problem in postgresql  ("Majo George Cheruvathur" <majogeorges@gmail.com>)
Responses Re: connection problem in postgresql  (Luckys <plpgsql@gmail.com>)
List pgsql-bugs
"Majo George Cheruvathur" <majogeorges@gmail.com> writes:
> I cannot able to connect to postgresql.I am pasting my code here.

>  Class.forName("org.postgresql.Driver");
>  Connection conn=3DDriverManager.getConnection("jdbc:postgresql://127.0.0.1=
> /*
> postgres*", "*postgres*", "sadeen");

> here sadeen is my password.
> But i don't know what to give where i underlined.

This is not a bug.

For help with using the JDBC driver I'd suggest the pgsql-jdbc list;
you're more likely to find people who know about jdbc there.  The
people who read pgsql-bugs are mostly core-database hackers.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Majo George Cheruvathur"
Date:
Subject: connection problem in postgresql
Next
From: Tom Lane
Date:
Subject: Re: BUG #2386: pg_restore doesn't restore large objects