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
[EMAIL PROTECTED]
On Wed, 29 Nov 2000, Najm Hashm
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
Tha