Re: connection problem in postgresql

Поиск
Список
Период
Сортировка
От Luckys
Тема Re: connection problem in postgresql
Дата
Msg-id b80d582c0604162158q60769f69g56845283a71295bf@mail.gmail.com
обсуждение исходный текст
Ответ на Re: connection problem in postgresql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
String url =3D "jdbc:postgresql://localhost/test";
Properties props =3D new Properties();
props.setProperty("user","fred");
props.setProperty("password","secret");
props.setProperty("ssl","true");
Connection conn =3D DriverManager.getConnection(url, props);

although there are different forms for the url connection string.

Do no forget to have the *.jar in your classpath.

You'd even like to look at this, http://pugs.postgresql.org/uae/

As rightly pointed out by Tom, please choose appropriate mailing list for
the respective problem,

cool.

Luckys.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2386: pg_restore doesn't restore large objects
Следующее
От: "Patrick Headley"
Дата:
Сообщение: Re: BUG #2386: pg_restore doesn't restore large objects