From: Aditya Gollamudi Date: Fri, 16 Jan 2026 23:38:00 -0500 Subject: [PATCH] Document PASSING clause support for jsonpath variables Resolve a TODO left in doc/src/sgml/json.sgml by clarifying that jsonpath named variables ($varname) can be set by both the vars parameter of the JSON processing functions or the SQL/JSON PASSING clause. Author: Aditya Gollamudi --- doc/src/sgml/json.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/json.sgml b/doc/src/sgml/json.sgml index 206eadb8f7b..8a2aad5935e 100644 --- a/doc/src/sgml/json.sgml +++ b/doc/src/sgml/json.sgml @@ -882,9 +882,10 @@ UPDATE table_name SET jsonb_field[1]['a'] = '1'; $varname A named variable. Its value can be set by the parameter - vars of several JSON processing functions; - see for details. - + vars of several JSON processing functions + (see ), or by + using the SQL/JSON PASSING clause as described + in . -- 2.34.1 --rciux46sejdf3ylo--