function definition and "entity"

Поиск
Список
Период
Сортировка
От Ivan Sergio Borgonovo
Тема function definition and "entity"
Дата
Msg-id 20080801124758.325433d3@dawn.webthatworks.it
обсуждение исходный текст
Список pgsql-general
I've to refactor a bunch of functions.
Some of them are called inside other functions.
Most of them could be changed through create or replace so...
calling function should still refer to the right newer function.

But some had to be dropped because the change was in output param.

Is there a way to automatically check if all references are to the
correct existing function?

--
Ivan Sergio Borgonovo
http://www.webthatworks.it


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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Postgresql not using an index
Следующее
От: "Daniel Verite"
Дата:
Сообщение: Re: eliminating records not in (select id ... so SLOW?