Re: SQL/JSON documentation JSON_TABLE

2022-07-15 Thread Andrew Dunstan
On 2022-07-15 Fr 02:20, Erik Rijkers wrote: > On 7/14/22 17:45, Andrew Dunstan wrote: >> >> >> Here's a patch that deals with most of this. There's one change you >> wanted that I don't think is correct, which I omitted. >> >> [json-docs-fix.patch] > > Thanks, much better. I also agree that the c

Re: SQL/JSON documentation JSON_TABLE

2022-07-14 Thread Erik Rijkers
On 7/14/22 17:45, Andrew Dunstan wrote: On 2022-07-08 Fr 16:20, Andrew Dunstan wrote: On 2022-07-08 Fr 16:03, Erik Rijkers wrote: Hi, Attached are a few small changes to the JSON_TABLE section in func.sgml. The first two changes are simple typos. Then there was this line: context_item

Re: SQL/JSON documentation JSON_TABLE

2022-07-14 Thread Andrew Dunstan
On 2022-07-08 Fr 16:20, Andrew Dunstan wrote: > On 2022-07-08 Fr 16:03, Erik Rijkers wrote: >> Hi, >> >> Attached are a few small changes to the JSON_TABLE section in func.sgml. >> >> The first two changes are simple typos. >> >> Then there was this line: >> >> >> context_item, path_expressio

Re: SQL/JSON documentation JSON_TABLE

2022-07-08 Thread Andrew Dunstan
On 2022-07-08 Fr 16:03, Erik Rijkers wrote: > Hi, > > Attached are a few small changes to the JSON_TABLE section in func.sgml. > > The first two changes are simple typos. > > Then there was this line: > > > context_item, path_expression [ AS json_path_name ] [ PASSING { value > AS varname }

SQL/JSON documentation JSON_TABLE

2022-07-08 Thread Erik Rijkers
Hi, Attached are a few small changes to the JSON_TABLE section in func.sgml. The first two changes are simple typos. Then there was this line: context_item, path_expression [ AS json_path_name ] [ PASSING { value AS varname } [, ...]] those are the parameters to JSON_TABLE() so I