From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | krayner(at)raynersoft(dot)net |
Cc: | PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Re: [BUGS] BUG #14260: psqlODBC does not support sslXXXXX variables |
Date: | 2016-07-19 23:54:47 |
Message-ID: | CAB7nPqRWkepJmkGGEkT3QEhDhM6fVd2B27g7cViqjrvC72HvZQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-odbc |
On Tue, Jul 19, 2016 at 11:00 PM, <krayner(at)raynersoft(dot)net> wrote:
> Bug reference: 14260
> Logged by: Kurt Rayner
> Email address: krayner(at)raynersoft(dot)net
> PostgreSQL version: 9.5.3
> Operating system: Windows
> Description:
Postgres ODBC and Postgres server code are two different things. Note
that the last versions of the Postgres ODBC driver have a hard
dependency with libpq, but I guess you know that. By the way,
pgsql-bugs applies to bugs of Postgres code code, as this is an
ODBC-related problem I am moving this thread to pgsql-odbc.
> pSQLODBC does not accept the sslXXX options for OpenSSL that other database
> clients do):
> sslcert
> sslkey
> sslrootcert
> sslcrl
> sslcipher (doesn't appear to be supported by libpq).
>
> This is more of a deficiency, but in a multi-threaded client where each
> connection can have different values putenv() really doesn't cut it.
Agreed. hose are definitely missing from ConnInfo and should be
enforced in LIBPQ_connect(at)connection(dot)c when passing the list of libpq
parameters to PQconnectDBParams. I have not looked at the code in
details, but this also needs some work in the files dlg_*.c to be able
to build correctly, and this needs dedicated parameters for the .ini
configuration file.
> Not sure what the process is for acceptance of updates, but if I can
> help...
Patches are welcome! Development of ODBC is an on-going process.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Tomas Vondra | 2016-07-20 01:18:06 | Re: BUG #14231: logical replication wal sender process spins when using error traps in function |
Previous Message | Julien Rouhaud | 2016-07-19 18:00:14 | Re: BUG #14261: Hanged randomly in hash_seq_search |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2016-07-19 23:56:29 | Re: How can I run installcheck using powershell ? |
Previous Message | Dave Cramer | 2016-07-19 21:09:46 | How can I run installcheck using powershell ? |