Re: Dependence beetwen Function

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Gaetano Mendola <mendola(at)bigfoot(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Dependence beetwen Function
Date: 2002-03-12 17:18:26
Message-ID: 20020312091736.O65075-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


On Tue, 12 Mar 2002, Gaetano Mendola wrote:

> Hi to all
>
> Suppose that I have the function A that use the fucntion B.
> When I drop and reconstruct B I should also reconstruct A.
> Can I avoid this ?
> Is a really problem with hundreds of function around.

If you're using 7.2 you can use create or replace function
rather than drop function followed by create function.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jon Hassen 2002-03-12 17:59:19 Installing contrib/tsearch
Previous Message Gaetano Mendola 2002-03-12 16:23:29 Dependence beetwen Function