Re: proposal - plpgsql - support standard syntax for named arguments for cursors - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: proposal - plpgsql - support standard syntax for named arguments for cursors
Date
Msg-id Z6cXG2vpqBvymAOO@jrouhaud
Whole thread Raw
Responses Re: proposal - plpgsql - support standard syntax for named arguments for cursors
List pgsql-hackers
Hi,

On Sat, Feb 08, 2025 at 07:47:23AM +0100, Pavel Stehule wrote:
> Hi
>
> when I worked on strict expr check patch I found so syntax for named
> arguments of cursors supports only our legacy  proprietary syntax `argname
> := value`
>
> https://www.postgresql.org/docs/current/plpgsql-cursors.html
>
> I propose to enhancing to ANSI/SQL standard syntax for named arguments
> `argname => value`

Seems sensible to me.

> The patch is almost trivial

Documentation and tests are updated, and the patch LGTM.



pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Introduce XID age and inactive timeout based replication slot invalidation
Next
From: Alexander Korotkov
Date:
Subject: Re: Get rid of WALBufMappingLock