Re: [PATCH] 8.5 plpgsql change for named notation: treat word following AS keyword as label v2

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: [PATCH] 8.5 plpgsql change for named notation: treat word following AS keyword as label v2
Дата
Msg-id 4A15A2A2.4070509@agliodbs.com
обсуждение исходный текст
Ответ на [PATCH] 8.5 plpgsql change for named notation: treat word following AS keyword as label v2  (Steve Prentice <prentice@cisco.com>)
Ответы Re: [PATCH] 8.5 plpgsql change for named notation: treat word following AS keyword as label v2  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: [PATCH] 8.5 plpgsql change for named notation: treat word following AS keyword as label v2  (Steve Prentice <prentice@cisco.com>)
Re: [PATCH] 8.5 plpgsql change for named notation: treat word following AS keyword as label v2  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
> The patch adds the "AS" keyword to the plpgsql grammar and doesn't
> assign an expression parameter to the sql construct if the scalar
> follows the AS keyword.

Would it be possible to also support "=" as well as "as"?  I believe 
that SQL Server uses "=" exclusively, and supporting that syntax would 
help people port TSQL-based applications.

-- 
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com


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

Предыдущее
От: Steve Prentice
Дата:
Сообщение: Re: [PATCH] 8.5 plpgsql change for named notation: treat word following AS keyword as label v3
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [PATCH] 8.5 plpgsql change for named notation: treat word following AS keyword as label v2