Re: [GENERAL] Trigger problem

From: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
To: Sarah Officer <officers(at)aries(dot)tucson(dot)saic(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Trigger problem
Date: 2000-01-19 19:15:15
Message-ID: 38860D43.9B5C6782@austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sarah Officer wrote:
>
> > delete from istatus where status_code = 'A1';
> ERROR: fmgr_info: function 18848: cache lookup failed
>
> What is the problem with the cache lookup? Any suggestions would be
> appreciated.

I seem to recall that kind of message often shows up when you have
dropped and recreated the function, thinking that the trigger would be
able to find your new function, when in fact it cannot. If you
drop/recreate the function, you must then also drop/recreate the
trigger. Bummer, but I believe that is going to be fixed sometime
soon IIRC.

Cheers,
Ed Loehr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin Neumann 2000-01-19 20:20:19 Unsigned Datatypes
Previous Message Sarah Officer 2000-01-19 18:27:53 Trigger problem