functions with same name, different args

Поиск
Список
Период
Сортировка
От Brett McCormick
Тема functions with same name, different args
Дата
Msg-id 199801272042.MAA10677@abraxas.scene.com
обсуждение исходный текст
Список pgsql-hackers
I notice that all the functions with the same name but different args
are actually sql statements which SELECT the result of the function
call using a different (and unique) name..

Wouldn't this cause slowdowns?  Shouldn't you be able to have a
different name for your function in pgsql than in the shared library,
without having to resort to such hacks?

--brett

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] No: implied sort with group by
Следующее
От: Brett McCormick
Дата:
Сообщение: Re: [HACKERS] A small type extension example for the contrib directory (fwd)