Re: SQL-Invoked Procedures for 8.1

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: SQL-Invoked Procedures for 8.1
Дата
Msg-id 200410211016.25093.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: SQL-Invoked Procedures for 8.1  ("Jim C. Nasby" <decibel@decibel.org>)
Список pgsql-hackers
Jim,

> Yes, but using overloading to implement defaults is a pain. Imagine how
> much you need to overload to have 5 default arguments; that equates to 4
> stub functions/prodecudes. In the case of adding a single parameter it's
> not that bad, but it becomes very onerous if you're trying to provide
> default values for a bunch of parameters.

See follow-up discussion regarding ambiguity within overloading schemes.

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dennis Bjorklund
Дата:
Сообщение: Re: [BUGS] BUG #1290: Default value and ALTER...TYPE
Следующее
От:
Дата:
Сообщение: Re: Re: Why frequently updated tables are an issue