From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | Andrew M <andrew(at)jibeya(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: SSL confirmation |
Date: | 2004-12-05 23:29:12 |
Message-ID: | 20041205232912.GA47258@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-jdbc |
On Sun, Dec 05, 2004 at 09:10:42PM +0000, Andrew M wrote:
> The map i make reference to is a Jboss map used to make a jndi
> connection to postgreSQL. What document do I need to access to get hold
> of the envireonment variables, namely PGSSLMODE?
I don't know if the J-stuff wraps libpq or if it implements the
communications protocol on its own. If it uses libpq then see the
"libpq - C Library" chapter in the PostgreSQL documentation, in
particular the "Database Connection Control Functions" and "Environment
Variables" sections.
http://www.postgresql.org/docs/
Even if you're using an interface that abstracts libpq and you're
not calling its functions directly, it's useful to know how the
underlying library works.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
From | Date | Subject | |
---|---|---|---|
Next Message | Jamie Deppeler | 2004-12-05 23:34:12 | Function Problem |
Previous Message | Bob Parnes | 2004-12-05 22:20:53 | Network authentication |
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Jowett | 2004-12-05 23:36:12 | Re: prepared statement call fails |
Previous Message | Thomas Hallgren | 2004-12-05 22:53:29 | Re: prepared statement call fails |