Re: Cache lookup failure - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: Cache lookup failure
Date
Msg-id Pine.BSF.4.21.0011291510360.38863-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Cache lookup failure  (Najm Hashmi <najm@mondo-live.com>)
List pgsql-sql
Do you have any triggers, rules or check constraints defined on the
table?  If so, you may have fallen pray to the thing that you cannot
drop and re-create a function that's used in a trigger without recreating
the trigger as well.

Stephan Szabo
sszabo@bigpanda.com

On Wed, 29 Nov 2000, Najm Hashmi wrote:

> Hi All,
> I am trying to do a simple insert, and I am getting cache look failure
> error.
> Could someone explain what causing it? My query and error are given
> below:
> fliprdb=# insert into collection(name, artist_id) values('El Baile
> Aleman',2);
> ERROR:  fmgr_info: function 24011: cache lookup failed
> Thanks in advance for all your help
> Regards
> Najm
> 
> 



pgsql-sql by date:

Previous
From: "Joel Burton"
Date:
Subject: Re: Cache look up failure
Next
From: Joseph Shraibman
Date:
Subject: subselects