Re: A problem with odbc connection - Mailing list pgsql-odbc

From Clemens Ladisch
Subject Re: A problem with odbc connection
Date
Msg-id 7ed1719b-e6f3-64b8-230a-9f953c4b5d72@ladisch.de
Whole thread Raw
In response to A problem with odbc connection  (Ivan Neshta <neshta.ivan@gmail.com>)
List 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


pgsql-odbc by date:

Previous
From: Tom Lahey
Date:
Subject: Clinical Trials access
Next
From: "Inoue, Hiroshi"
Date:
Subject: Re: A problem with odbc connection