Re: SQL-Invoked Procedures for 8.1 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: SQL-Invoked Procedures for 8.1
Date
Msg-id 200410071651.51863.peter_e@gmx.net
Whole thread Raw
In response to Re: SQL-Invoked Procedures for 8.1  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: SQL-Invoked Procedures for 8.1
Re: SQL-Invoked Procedures for 8.1
List pgsql-hackers
Gavin Sherry wrote:
> We cannot use named parameter notation with functions due to
> overloading. Disregarding the idea of default values, consider:
>
> create function foo(i int, j int) ...
> create function foo(j int, i int) ...

That just means we cannot use the parameter name as a distinguishing 
factor in the overloading scheme.  Which certainly makes a lot of sense 
to me.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Reading from a text file into PostgreSQL
Next
From: Mark Wong
Date:
Subject: Re: FunctionCall2 performance