Re: ODBC options - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: ODBC options
Date
Msg-id ZSBgYzT3vh7YOsew@momjian.us
Whole thread Raw
In response to ODBC options  (Brad White <b55white@gmail.com>)
Responses Typo in PL/pgSQL trigger Example 43.4?
Re: ODBC options
List pgsql-docs
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

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.



pgsql-docs by date:

Previous
From: Vik Fearing
Date:
Subject: Re: JSON type unsupported
Next
From: PG Doc comments form
Date:
Subject: Example numeric constants aren't valid?