proposal: disallow operator "=>" and use it for named parameters - Mailing list pgsql-hackers

From Pavel Stehule
Subject proposal: disallow operator "=>" and use it for named parameters
Date
Msg-id CAFj8pRCDJ+JZ-qr2HKq3+DoBR3-yiUrqurAE8e=QkXTtAoQkUA@mail.gmail.com
Whole thread Raw
Responses Re: proposal: disallow operator "=>" and use it for named parameters
List pgsql-hackers
Hello

two years a operator "=>" is marked as deprecated (from PostgreSQL 9.2).

Isn't time to use it for named parameters now (for PostgreSQL 9.5) ?

I am sending a implementation where syntax based on "=>" symbol is second (but preferred) variant of ":=" syntax .. syntax ":=" will be supported still.

Here is a patch

comments, notices?

Regards

Pavel
Attachment

pgsql-hackers by date:

Previous
From: Andreas Karlsson
Date:
Subject: Re: Using 128-bit integers for sum, avg and statistics aggregates
Next
From: Peter Geoghegan
Date:
Subject: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} 2.0