Re: A problem with odbc connection

Поиск
Список
Период
Сортировка
От Clemens Ladisch
Тема Re: A problem with odbc connection
Дата
Msg-id 7ed1719b-e6f3-64b8-230a-9f953c4b5d72@ladisch.de
обсуждение исходный текст
Ответ на A problem with odbc connection  (Ivan Neshta <neshta.ivan@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lahey
Дата:
Сообщение: Clinical Trials access
Следующее
От: "Inoue, Hiroshi"
Дата:
Сообщение: Re: A problem with odbc connection