Re: SQL/JSON: JSON_TABLE

2022-03-22 Thread Matthias Kurz
Hi everyone! I am watching this thread since quite a while and I am waiting eagerly a long time already that this feature finally lands in PostgreSQL. Given that in around 2 weeks PostgreSQL 15 will go into feature freeze (in the last years that usually happened around the 8th of April AFAIK), is

Re: SQL/JSON: JSON_TABLE

2022-03-22 Thread Matthias Kurz
On Tue, 22 Mar 2022 at 15:31, Andrew Dunstan wrote: > > I'm planning on pushing the functions patch set this week and json-table > next week. > Great! Thank you very much!

Add read-only param to set_config(...) / SET that effects (at least) customized runtime options

2018-04-20 Thread Matthias Kurz
Hi, in MS SQL Server you are able to make an entry of SESSION_CONTEXT read-only by passing the @read_only param to the sp_set_session_context function: "[ @read_only= ] { 0 | 1 } A flag of type bit. If 1, then the value for the specified key cannot be changed again on this logical connection. If 0

Re: SQL/JSON revisited

2023-05-03 Thread Matthias Kurz
On Wed, 5 Apr 2023 at 09:53, Alvaro Herrera wrote: > > Okay, I've marked the CF entry as committed then. > This was marked as commited in the 2023-03 commitfest, however there are still patches missing (for example the JSON_TABLE one). However, I can not see an entry in the current 2023-07 Commi

Re: SQL/JSON revisited

2023-05-03 Thread Matthias Kurz
On Wed, 3 May 2023 at 20:17, Alvaro Herrera wrote: > > I would suggest to start a new thread with updated patches, and then a new > commitfest entry can be created with those. > Whoever starts that new thread, please link link it here, I am keen to follow it ;) Thanks a lot! Thanks a lot for all