Re: Named arguments in function calls

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Named arguments in function calls
Дата
Msg-id 1075069951.385.30.camel@jester
обсуждение исходный текст
Ответ на Re: Named arguments in function calls  (Dennis Bjorklund <db@zigo.dhs.org>)
Ответы Re: Named arguments in function calls  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
> The only question now is if it should be that we call the function with 
> the variable x AS the value 13, or if we call the function with 13 AS the 
> variable x. I.e.
...
> I don't know if one is more natural then the other in english. To my
> swedish ear both sounds as good. I like (x as 13) a little better, but I
> don't really care much what way around it will be.

If that was IS, then foo(x is 13) makes sense.  I prefer foo(13 as x),
as in call foo with value 13 known as x.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Named arguments in function calls
Следующее
От: Hannu Krosing
Дата:
Сообщение: Where can I found semi-official VACUUM-delay patch for 7.4 ?