mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-21 22:07:01 +08:00
doc: Mention PASSING support for jsonpath variables
Commit dfd79e2d added a TODO comment to update this paragraph when support for PASSING was added. Commit 6185c9737cf added 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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user