Add a new option 'pqopt' which specifies libpq connection parameters as a conninfo...
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 21 Jan 2017 01:34:20 +0000 (10:34 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 28 Jan 2017 05:14:22 +0000 (14:14 +0900)
commit6ead01ed98d47d8d1d8dd82cae18835f037ceb32
tree86d260ae00e4762900ce1056b13cc62eb914bcf2
parentf2898e7c2e39cfa69e09d45843a3afe9ba23faef
Add a new option 'pqopt' which specifies libpq connection parameters as a conninfo style string. The string must be enclosed with braces {} e.g. pqopt={sslcert=... sslkey=... sslrootcert=...} in the case of connection strings. Though host, port, dbname, user, password, sslmode, keepalives_idle or keepalive_interval parameters can be set using this option, they are ordinarily set by other options. When some settings for those parameters conflict with other ordinary options, connections are rejected.
connection.c
dlg_specific.c
dlg_specific.h
dlg_wingui.c
docs/config-opt.html
docs/config.html
psqlodbc.h
psqlodbc.rc
resource.h