Re: Multiple parameters with the same name for functions.

Поиск
Список
Период
Сортировка
От Gevik Babakhani
Тема Re: Multiple parameters with the same name for functions.
Дата
Msg-id 49F4CECC.2040006@xs4all.nl
обсуждение исходный текст
Ответ на Re: Multiple parameters with the same name for functions.  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Список pgsql-hackers
No.   I meant: create function foo(PAR1 varchar, PAR1 int, PAR1 uuid). 
Note PAR1


Jaime Casanova wrote:
> On Sun, Apr 26, 2009 at 3:32 PM, Gevik Babakhani <pgdev@xs4all.nl> wrote:
>   
>> Hi,
>>
>> As I was working on my code generator app, I noticed that one is able to
>> create a function with multiple parameters with the same name. For example:
>>
>>     
>
> you mean this http://www.postgresql.org/docs/current/static/xfunc-overload.html?
>
>   



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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: Multiple parameters with the same name for functions.
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: To know what a macro does