Re: connection problem in postgresql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Majo George Cheruvathur" <majogeorges(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: connection problem in postgresql
Date: 2006-04-16 20:28:29
Message-ID: 18583.1145219309@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Majo George Cheruvathur" <majogeorges(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Patrick Headley 2006-04-17 02:37:32 Re: BUG #2386: pg_restore doesn't restore large objects
Previous Message Majo George Cheruvathur 2006-04-16 13:54:06 connection problem in postgresql