Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Pavel Stehule <pavel.stehule@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-03-11T20:57:58Z
Lists: pgsql-hackers
On 28.02.26 08:10, Pavel Stehule wrote: > I wrote PoC for previously proposed plpgsql statement FOREACH IN JSON ARRAY Maybe this could be written in such a way that it doesn't hardcode JSON arrays specifically, but a type could have an iteration helper function that would feed this feature?