mirror of
https://github.com/postgres/postgres.git
synced 2026-07-14 20:31:00 -04:00
doc: Mention PASSING support for jsonpath variables
Commitdfd79e2dadded a TODO comment to update this paragraph when support for PASSING was added. Commit6185c9737cadded PASSING but missed resolving this TODO. Fix by expanding the paragraph with a reference to PASSING. Author: Aditya Gollamudi <adigollamudi@gmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/20260117051406.sx6pss4ryirn2x4v@pgs
This commit is contained in:
parent
4469fe1761
commit
aa082bed0b
1 changed files with 4 additions and 3 deletions
|
|
@ -882,9 +882,10 @@ UPDATE table_name SET jsonb_field[1]['a'] = '1';
|
|||
<entry><literal>$varname</literal></entry>
|
||||
<entry>
|
||||
A named variable. Its value can be set by the parameter
|
||||
<parameter>vars</parameter> of several JSON processing functions;
|
||||
see <xref linkend="functions-json-processing-table"/> for details.
|
||||
<!-- TODO: describe PASSING clause once implemented !-->
|
||||
<parameter>vars</parameter> of several JSON processing functions
|
||||
(see <xref linkend="functions-json-processing-table"/>), or by
|
||||
using the SQL/JSON <literal>PASSING</literal> clause as described
|
||||
in <xref linkend="sqljson-query-functions"/>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
|
|||
Loading…
Reference in a new issue