removing functions

From: Soma Interesting <dfunct(at)telus(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: removing functions
Date: 2001-04-05 02:25:00
Message-ID: 5.0.2.1.0.20010404182950.02534188@pop.telus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


When I drop a function, then add it again (for example making changes to
the function code) it doesn't appear to break anything even though there
are tables with triggers that reference that function. At least not
immediately, but eventually If I do it enough times I will get this error:

PostgreSQL query failed: ERROR: fmgr_info: function 128137: cache lookup
failed

Is there an explanation for why it seems intermittent? More importantly, is
there a way to resolve this without actually redefining the trigger
referencing the function by updating a table value in one of the system tables?

Thanks.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Poul L. Christiansen 2001-04-05 06:28:43 Re: Relation XX does not exist
Previous Message Norman J. Clarke 2001-04-05 01:35:26 RE: JBuilder4 JDBC Explorer