Re: functional call named notation clashes with SQL feature - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: functional call named notation clashes with SQL feature
Date
Msg-id AANLkTilLrP7eum-Dh3xDG8DzGsgRJbwylEeW_NcWl23p@mail.gmail.com
Whole thread Raw
In response to Re: functional call named notation clashes with SQL feature  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
>>
>
> I think we should fix it now.  Quick thought: maybe we could use FOR instead
> of AS: select myfunc(7 for a, 6 for b); IIRC the standard's mechanism for
> this is 'paramname => value', but I think that has problems because of our
> possibly use of => as an operator - otherwise that would be by far the best
> way to go.
>

What is advice of "FOR" instead "AS"?

it is exactly same.

Regards
Pavel

> cheers
>
> andrew
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: [spf:guess] Re: ROLLBACK TO SAVEPOINT
Next
From: Pavel Stehule
Date:
Subject: Re: functional call named notation clashes with SQL feature