proposal: disallow operator "=>" and use it for named parameters

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема proposal: disallow operator "=>" and use it for named parameters
Дата
Msg-id CAFj8pRCDJ+JZ-qr2HKq3+DoBR3-yiUrqurAE8e=QkXTtAoQkUA@mail.gmail.com
обсуждение исходный текст
Ответы Re: proposal: disallow operator "=>" and use it for named parameters  (Robert Haas <robertmhaas@gmail.com>)
Список 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
Вложения

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

Предыдущее
От: Andreas Karlsson
Дата:
Сообщение: Re: Using 128-bit integers for sum, avg and statistics aggregates
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} 2.0