Re: Cache lookup failure

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Najm Hashmi <najm(at)mondo-live(dot)com>
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Cache lookup failure
Date: 2000-11-29 23:11:32
Message-ID: Pine.BSF.4.21.0011291510360.38863-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)bigpanda(dot)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
>
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Limin Shen 2000-11-29 23:35:26 SETOF
Previous Message Najm Hashmi 2000-11-29 23:00:35 Cache lookup failure