Re: SQL-Invoked Procedures for 8.1

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: SQL-Invoked Procedures for 8.1
Дата
Msg-id 200410071651.51863.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: SQL-Invoked Procedures for 8.1  (Gavin Sherry <swm@linuxworld.com.au>)
Ответы Re: SQL-Invoked Procedures for 8.1  (Andrew Dunstan <andrew@dunslane.net>)
Re: SQL-Invoked Procedures for 8.1  (Gavin Sherry <swm@linuxworld.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Reading from a text file into PostgreSQL
Следующее
От: Mark Wong
Дата:
Сообщение: Re: FunctionCall2 performance