Обсуждение: Some general info needed

Поиск
Список
Период
Сортировка

Some general info needed

От
Nikola Milutinovic
Дата:
Hi all.

I would have a request, rather than a question. Could somebody add to JDBC
documentation a small connection-HOWTO?

In pg_hba.conf we can setup several types of connection. What I see lacking is a
JDBC point of view. Which type should handled and how.

For intsance:

local
    - not applicable, JDBC needs TCP/IP network
host, passwd    - works OK
host, md5    - ???
host, crypt    - ???
hostssl
    - via OpenSSL SSLtunnel or SSH ???

Some examples/tips for SSL type would be appreciated.

Nix.




Re: Some general info needed

От
Bruce Momjian
Дата:
Nikola Milutinovic wrote:
> Hi all.
>
> I would have a request, rather than a question. Could somebody add to JDBC
> documentation a small connection-HOWTO?
>
> In pg_hba.conf we can setup several types of connection. What I see lacking is a
> JDBC point of view. Which type should handled and how.
>
> For intsance:
>
> local
>     - not applicable, JDBC needs TCP/IP network
> host, passwd    - works OK

> host, md5    - ???

Works in 7.2.X.

> host, crypt    - ???

Yes, all releases.

> hostssl
>     - via OpenSSL SSLtunnel or SSH ???

No idea.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026