Re: Multiple parameters with the same name for functions. - Mailing list pgsql-hackers

From Gevik Babakhani
Subject Re: Multiple parameters with the same name for functions.
Date
Msg-id 49F4CECC.2040006@xs4all.nl
Whole thread Raw
In response to Re: Multiple parameters with the same name for functions.  (Jaime Casanova <jcasanov@systemguards.com.ec>)
List 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 by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: Multiple parameters with the same name for functions.
Next
From: Martijn van Oosterhout
Date:
Subject: Re: To know what a macro does