Re: ODBC options

2023-10-06 Thread Bruce Momjian
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-le

Re: JSON type unsupported

2023-10-06 Thread Vik Fearing
On 10/6/23 11:57, Peter Eisentraut wrote: On 26.09.23 17:31, Vik Fearing wrote: For example, we do not have the JSON_SERIALIZE(), JSON()[1], JSON_SCALAR() functions.  We don't have the IS JSON predicate, or a few other things hiding behind T801. AFAICT, commit 03734a7fed, which is new in mast

Re: JSON type unsupported

2023-10-06 Thread Peter Eisentraut
On 26.09.23 17:31, Vik Fearing wrote: For example, we do not have the JSON_SERIALIZE(), JSON()[1], JSON_SCALAR() functions.  We don't have the IS JSON predicate, or a few other things hiding behind T801. AFAICT, commit 03734a7fed, which is new in master, adds exactly those, so maybe we could