PL/pgSQL: Incomplete item Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]

From: Quan Zongliang <quanzongliang(at)yeah(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: PL/pgSQL: Incomplete item Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]
Date: 2023-10-16 10:15:53
Message-ID: ec4523e1-9e7e-f3ef-f9ce-bafd680ad6f6@yeah.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Implement TODO item:
PL/pgSQL
Incomplete item Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]

As a first step, deal only with [], such as
xxx.yyy%TYPE[]
xxx%TYPE[]

It can be extended to support multi-dimensional and complex syntax in
the future.

--
Quan Zongliang

Attachment Content-Type Size
plpgsql-typearr.patch text/plain 4.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Timothy Nelson 2023-10-16 10:40:16 Postgres Architecture
Previous Message Nazir Bilal Yavuz 2023-10-16 10:07:07 Re: pgBufferUsage.blk_{read|write}_time are zero although there are pgBufferUsage.local_blks_{read|written}