Re: ODBC options

From: Brad White <b55white(at)gmail(dot)com>
To:
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: ODBC options
Date: 2023-10-09 17:34:26
Message-ID: CAA_1=93mh_1xX84yx3O3PJ5kHtd4MWWne=ZZhW3ba4L7vkUiSQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Fri, Oct 6, 2023 at 2:30 PM Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> On Tue, Oct 3, 2023 at 05:34:01PM -0500, Brad White wrote:
> > I was trying to figure how to set the log directory on my Windows
> client
> > using a parameter in the connection string. Short answer is that you
> can't.
> > But you can using the DSN settings.
> > I was under the impression that going DSN-less and using the
> parameters on the
> > connection string, we were free from the effects of the DSN settings.
> > That's not true.
> > The DSN settings become the default values, overridden by anything in the
> > connection string.
> > Conversely, there are two settings which, for reasons that escape
> me, can't be
> > set via the connection string.
> > In the process, I found the documentation on the ODBC settings to be
> scattered
> > and inconsistent, so I documented all the settings and their
> abbreviations in a
> > spreadsheet. Is there a useful place or format where I can post that?
> >
> > Spreadsheet is here if anyone wants to look at it.
> > https://www.dropbox.com/scl/fi/v1uj1umtj20k1ljenodvy/
> > psqlODBC-Configuration-Options.xlsx?rlkey=fit9kbgy0fv0fr9vt0u0a9oim&dl=0
>
> Please see:
>
> https://odbc.postgresql.org/faq.html#1.6
>

I'm confused.
I see that it says to send bug reports to the odbc mailing list.
This isn't a bug report, but I did already send a shortened version there.
Was there something else you wanted to see?
Happy to provide any additional documentation if there is something that I
missed.

Thanks,
Brad.

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2023-10-09 18:34:38 Show how to incrementally make a column NOT NULL
Previous Message Tom Lane 2023-10-09 13:45:46 Re: Typo in PL/pgSQL trigger Example 43.4?