Обсуждение: Cache lookup failure

Поиск
Список
Период
Сортировка

Cache lookup failure

От
Najm Hashmi
Дата:
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




Re: Cache lookup failure

От
Stephan Szabo
Дата:
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
> 
>