Re: Multiple parameters with the same name for functions.

From: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
To: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Multiple parameters with the same name for functions.
Date: 2009-04-26 21:14:52
Message-ID: 49F4CECC.2040006@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)xs4all(dot)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?
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2009-04-26 21:15:29 Re: To know what a macro does
Previous Message Jaime Casanova 2009-04-26 21:06:36 Re: Multiple parameters with the same name for functions.