Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-03-01T05:44:17Z
Lists: pgsql-hackers
Attachments
- v20260301-2-0001-FOREACH-scalar-IN-JSON-ARRAY.patch (text/x-patch) patch v20260301-0001
Hi small update Now assignment to plpgsql array variable and json array works. Some minor code cleaning + more regress tests. Regards Pavel