Re: SQL/JSON json_table plan clause

From: Nikita Malakhov <hukutoc(at)gmail(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SQL/JSON json_table plan clause
Date: 2025-12-22 15:11:20
Message-ID: CAN-LCVMk6pBMBaghaq5h5awLyWje1iaDXUPJNpWhecFvwWonkw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers!

Patch was tested with the current master. All is good with minor changes in
messages.
The 1st part contains grammar changes with JSON_TABLE transformations
according
to given PLAN strategy, the 2nd contains corrected tests for JSON_TABLE and
new tests
for PLAN clause.

--
Regards,
Nikita Malakhov
Postgres Professional
The Russian Postgres Company
https://postgrespro.ru/

Attachment Content-Type Size
v21-0002-JSON-TABLE-PLAN-clause.patch application/octet-stream 73.4 KB
v21-0001-JSON-TABLE-PLAN-clause.patch application/octet-stream 40.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthias van de Meent 2025-12-22 15:25:43 Re: SQL-level pg_datum_image_equal
Previous Message zengman 2025-12-22 14:48:37 Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...