[PATCH] PASSING clause documentation fix

From: Aditya Gollamudi <adigollamudi(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] PASSING clause documentation fix
Date: 2026-01-17 05:14:06
Message-ID: 20260117051406.sx6pss4ryirn2x4v@pgs
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

I noticed an old TODO while reading through the code for
the Section 8.14 docs. I've attached a patch below which
attempts to resolve it, by adding some more clarification
about the PASSING clause, now that it has been implemented.

Specifically, I clarified that jsonpath named variables ($varname)
can be set either through the vars parameter or using the
PASSING clause. Any feedback is appreciated!

Thanks,
Adi Gollamudi

Attachment Content-Type Size
jsonpath-vars-passing.patch text/x-diff 1.4 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-01-17 08:18:50 Re: Row pattern recognition
Previous Message zengman 2026-01-17 04:53:16 Re: Extended Statistics set/restore/clear functions.