Re: Calling PL functions with named parameters

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Calling PL functions with named parameters
Дата
Msg-id 411D5033.4000705@opencloud.com
обсуждение исходный текст
Ответ на Calling PL functions with named parameters  (David Fetter <david@fetter.org>)
Ответы Re: Calling PL functions with named parameters  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-hackers
Gaetano Mendola wrote:
> Oliver Jowett wrote:
> 
>> David Fetter wrote:
>>
>>> Dennis has pointed out that mixing the call-with-named-parameter
>>> interface with call-by-order-of-parameters one would cause confusion,
>>
>> Python's equivalent syntax allows you to mix the two forms so long as 
>> all the by-position parameters come first:
>>
> python don't have overloaded functions...

It doesn't change how you'd handle overloaded functions; you still have 
a type for every parameter available.

-O


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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Calling PL functions with named parameters
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Development Schedule Page