function definition and "entity" - Mailing list pgsql-general

From Ivan Sergio Borgonovo
Subject function definition and "entity"
Date
Msg-id 20080801124758.325433d3@dawn.webthatworks.it
Whole thread Raw
List 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 by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: Postgresql not using an index
Next
From: "Daniel Verite"
Date:
Subject: Re: eliminating records not in (select id ... so SLOW?