Re: A problem with odbc connection

From: Clemens Ladisch <clemens(at)ladisch(dot)de>
To: pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: Re: A problem with odbc connection
Date: 2018-09-13 07:55:32
Message-ID: 7ed1719b-e6f3-64b8-230a-9f953c4b5d72@ladisch.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Ivan Neshta wrote:
> [unixODBC]ERROR: Unsupported startup parameter: geqo

"geqo" is not one of the ODBC driver options:
https://odbc.postgresql.org/docs/config-opt.html

You can use the "Pqopt" ODBC option to specify the "options" libpq
option to specify the "-c" server command-line option to specify the
"geqo" server parameter:
https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNECT-OPTIONS

Alternatively, you can use the "ConnSettings" ODBC option to execute
an SQL SET command:

ConnSettings = set geqo=off

Regards,
Clemens

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue, Hiroshi 2018-09-13 10:28:40 Re: A problem with odbc connection
Previous Message Tom Lahey 2018-09-12 22:06:45 Clinical Trials access