function definition and "entity"

From: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: function definition and "entity"
Date: 2008-08-01 10:47:58
Message-ID: 20080801124758.325433d3@dawn.webthatworks.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Verite 2008-08-01 11:23:41 Re: eliminating records not in (select id ... so SLOW?
Previous Message Pavel Stehule 2008-08-01 10:46:41 Re: Postgresql not using an index