proposal: ANSI SQL 2011 syntax for named parameters

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема proposal: ANSI SQL 2011 syntax for named parameters
Дата
Msg-id CAFj8pRD82DOVWYqN5vQ-4OEZu3jK-B5mFDMXJ4kKqGTV0sGjOw@mail.gmail.com
обсуждение исходный текст
Ответы Re: proposal: ANSI SQL 2011 syntax for named parameters
Re: proposal: ANSI SQL 2011 syntax for named parameters
Список pgsql-hackers
Hello

I am not sure, but maybe is time to introduce ANSI SQL syntax for
functions' named parameters

It is defined in ANSI SQL 2011

 CALL P (B => 1, A => 2)

instead PostgreSQL syntax CALL ( B := 1, A := 2)

Patch is very simple, but there are lot of questions about support
previous syntax.

* should we support both - probably yes

* how long time we will support pg syntax? - 2..5..ever years

* when we mark pg syntax as obsolete?

* when we remove pg syntax?

Regards

Pavel

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: enhanced error fields
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: pg_stat_statements: calls under-estimation propagation