Re: Connecting postgreSQL using JDBC

Поиск
Список
Период
Сортировка
От Travis Bauer
Тема Re: Connecting postgreSQL using JDBC
Дата
Msg-id Pine.GSO.4.21.0006280727330.4586-100000@piccolo.cs.indiana.edu
обсуждение исходный текст
Ответ на Connecting postgreSQL using JDBC  ("Howard" <kstse@netvigator.com>)
Список pgsql-general
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.


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

Предыдущее
От: John Morton
Дата:
Сообщение: Restricting queries by the presence of a WHERE clause
Следующее
От: Travis Bauer
Дата:
Сообщение: Re: Restricting queries by the presence of a WHERE clause