On Wednesday, November 4, 2020, PG Bug reporting form <
noreply(at)postgresql(dot)org> wrote:
> The following bug has been logged on the website:
>
> Bug reference: 16702
> Logged by: Zhou Digoal
> Email address: digoal(at)126(dot)com
> PostgreSQL version: 12.4
> Operating system: CentOS 7.7 x64
> Description:
>
> postgresql 12, when i use dynamic name for rowtype, there is some bug!
>
> b y%rowtype;
>
>
Rowtype gets attached to an identifier, which must also be a relation. In
PostgreSQL, identifiers cannot be variable.
David J.