Named arguments in function calls

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема Named arguments in function calls
Дата
Msg-id Pine.LNX.4.44.0401251005300.30205-100000@zigo.dhs.org
обсуждение исходный текст
Ответы Re: Named arguments in function calls  (david@fetter.org (David Fetter))
Список pgsql-hackers
I've been looking (and coded) a little bit on named function calls. Calls
on the form:
 foo (x => 13, y => 42)

Implementing this means that the symbol => no longer can be defined by the
user as an operator. It's not used as default in pg, but I just want to 
tell you up front in case you don't like that.

It's specified as => in the todo, and it's the symbol used by oracle in 
their pl/sql so I hope it's okay that I steal that symbol?

-- 
/Dennis Björklund



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

Предыдущее
От: Brian Moore
Дата:
Сообщение: returning PGresult as xml
Следующее
От: david@fetter.org (David Fetter)
Дата:
Сообщение: Re: Named arguments in function calls