| From: | Clemens Ladisch <clemens(at)ladisch(dot)de> |
|---|---|
| To: | pgsql-odbc(at)lists(dot)postgresql(dot)org |
| Subject: | Re: omission in ODBC documentation ... ? |
| Date: | 2019-08-23 08:54:04 |
| Message-ID: | aeebc650-dd4f-4476-e6e7-cb6c79e56fe0@ladisch.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
Peter Humaj wrote:
> I needed to specify 2 IP addresses in ODBC configuration of a client
> which is also connected to these 2 networks.
>
> If you specify "Server" (in Windows ODBC) or "Servername" (in Linux
> /etc/odbc.ini or in windows registry configuration of ODBC) as
> "server1[,server2[,server3...]] then it works
>
> So it seems that this is undocumented (or I'm not able to find this
> info anywhere).
psqlODBC uses libpq:
<https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-MULTIPLE-HOSTS>
> Can you please add this to documentation/FAQ?
It might be helpful to add a link to the connection string documentation:
<https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING>
Regards,
Clemens
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tam, Derek | 2019-08-26 22:55:58 | RE: OpenSSL in ODBC |
| Previous Message | Peter Humaj | 2019-08-23 05:26:58 | omission in ODBC documentation ... ? |