Opportunity for clarification on ODBC options

From: Brad White <b55white(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Opportunity for clarification on ODBC options
Date: 2023-02-08 00:18:37
Message-ID: CAA_1=912dCyY0tmvH9QWo8SfkVQ_iFvoF+q9uwyVUxo+OSPyBw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm setting my options for my DNS-less connection using
https://odbc.postgresql.org/docs/config.html
and
https://odbc.postgresql.org/docs/config-opt.html

I found it interesting that the sample at the bottom of the first page had
options that don't exist on the second page.
Namely, B4, B5, D4. I hope those are not important.

The second page has options that are nowhere mentioned on the first page,
and vice-versa.

"Recognize unique indexes" is there as "UniqueIndex", but no indication of
the proper keyword to include it in the connection string.

CX - Abbreviate doesn't seem to have a corresponding entry in the
descriptions on page 1, and from some of the samples I found, seems like a
bit field, but no indication of possible options to use.

And lastly, one of the ODBC dialog boxes I saw had a checkbox for Keyset
query optimization, but no discussion on either page.
Same with Distributed Transaction settings.

Seems like, in an ideal world, there would be one page with the
description and that description would include the keyword and possible
options for each setting.

Hope that helps,
Brad.

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2023-02-08 00:19:08 Re: Quoting issue from ODBC
Previous Message Brad White 2023-02-08 00:14:01 Re: A Small psql Suggestion