proposal - plpgsql - support standard syntax for named arguments for cursors

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: proposal - plpgsql - support standard syntax for named arguments for cursors
Date: 2025-02-08 06:47:23
Message-ID: CAFj8pRA3d0ARQEMbABa1n6q25AUdNmyO8aGs56XNf9pD4sRMjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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`

The patch is almost trivial

Regards

Pavel

Attachment Content-Type Size
v20250208-0001-allow-to-use-standard-syntax-for-named-arguments-for.patch text/x-patch 4.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2025-02-08 06:58:45 RE: Introduce XID age and inactive timeout based replication slot invalidation
Previous Message jian he 2025-02-08 05:40:52 Re: Proposal to Enable/Disable Index using ALTER INDEX (with patch)