Re: [PERFORM] Regarding ERROR: fmgr_info: function 2720768: cache lookup failed

2006-06-22 Thread Tom Lane
"soni de" <[EMAIL PROTECTED]> writes: > I am getting following error while inserting a row into the "abc" table: > *ERROR: fmgr_info: function 2720768: cache lookup failed* What PG version is this? (I can tell from the spelling of the error message that it's older than 7.4.) If it's pre-7.3 the

[PERFORM] Regarding ERROR: fmgr_info: function 2720768: cache lookup failed

2006-06-21 Thread soni de
Hello,   I am getting following error while inserting a row into the "abc" table: ERROR:  fmgr_info: function 2720768: cache lookup failed   Table "abc" has one trigger called "abct" Definition is as follows:   BEGIN;    LOCK TABLE abc IN SHARE ROW EXCLUSIVE MODE;      create TRIGGER abct   AF