Re: functional call named notation clashes with SQL feature

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: functional call named notation clashes with SQL feature
Дата
Msg-id A44F8BB3-1CC7-4E3D-B25A-538C60662723@kineticode.com
обсуждение исходный текст
Ответ на Re: functional call named notation clashes with SQL feature  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: functional call named notation clashes with SQL feature  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On May 27, 2010, at 9:59 AM, Tom Lane wrote:

>> 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);
> 
> I'm afraid FOR doesn't work either; it'll create a conflict with the
> spec-defined SUBSTRING(x FOR y) syntax.

How about "ISPARAMVALUEFOR"? That shouldn't conflict with anything.

Best,

David



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Keepalive for max_standby_delay
Следующее
От: Mohammad Heykal Abdillah
Дата:
Сообщение: Why my manualy constructed raw parser tree produce failed to execute?