Re: connection problem in postgresql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: connection problem in postgresql
Дата
Msg-id 18583.1145219309@sss.pgh.pa.us
обсуждение исходный текст
Ответ на connection problem in postgresql  ("Majo George Cheruvathur" <majogeorges@gmail.com>)
Ответы Re: connection problem in postgresql  (Luckys <plpgsql@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Majo George Cheruvathur"
Дата:
Сообщение: connection problem in postgresql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2386: pg_restore doesn't restore large objects