Re: Dependence beetwen Function

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: "Gaetano Mendola" <mendola(at)bigfoot(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Dependence beetwen Function
Date: 2002-03-13 11:41:41
Message-ID: 200203131141.g2DBfeVc003817@www1.translationforge
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Le Mardi 12 Mars 2002 17:23, Gaetano Mendola a écrit :
> 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.
> Ciao
> Gaetano

Dear Gaetano,

pgAdmin2 (http://www.pgadmin.org) support CREATE OR REPLACE FUNCTION. Also,
the CVS latest version offers pseudo modification of views and triggers
(binaries available in CVS).

Regards, Jean-Michel POURE

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Henshall, Stuart - WCP 2002-03-13 11:48:19 Re: can i use it on windows
Previous Message Gaetano Mendola 2002-03-13 09:23:52 Re: Dependence beetwen Function