Re: Trigger and Function Question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jumstead(at)centurytel(dot)net
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Trigger and Function Question
Date: 2001-04-19 04:58:04
Message-ID: 19103.987656284@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Jeff Umstead" <jumstead(at)timlsoftware(dot)com> writes:
> I get the following error:

> 010418.22:47:10.789 [29762] ERROR: fmgr_info: function 25479: cache
> lookup failed

Looks like you deleted and recreated the function, without also deleting
and recreating the trigger that refers to it. Now the trigger is
referring to a no-longer-existent function OID ... remake the trigger
and try again.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Shay Moreno 2001-04-19 10:38:06 Re: Trigger and Function Question
Previous Message Jeff Umstead 2001-04-19 03:54:32 Trigger and Function Question