=> operator for named parameters in open cursor

Поиск
Список
Период
Сортировка
От Martin Butter
Тема => operator for named parameters in open cursor
Дата
Msg-id bf24e876-13d2-da88-641a-ae59afcdb48f@splendiddata.com
обсуждение исходный текст
Ответы Re: => operator for named parameters in open cursor  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Since Postgres 9.5 it is possible to use the => operators for filling in 
named parameters in a function call, like perform my_func(named_param => 
'some value'). The old form, with the := operator is still allowed for 
backward reference.

But with open cursor, still only the old := operator is allowed. 
Wouldn't it be more appropriate to at least allow the => operator there 
as well, like open my_cursor(named_param => 'some value')?




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

Предыдущее
От: Virender Singla
Дата:
Сообщение: invoker function security issues
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [RFC] building postgres with meson -v8