Re: Calling PL functions with named parameters

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Gaetano Mendola <mendola(at)bigfoot(dot)com>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Calling PL functions with named parameters
Date: 2004-08-13 23:35:15
Message-ID: 411D5033.4000705@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-08-13 23:37:49 Re: Development Schedule Page
Previous Message Tom Lane 2004-08-13 23:29:43 Re: Re: We have got a serious problem with pg_clog/WAL synchronization