From: | Henk van Lingen <henkvl(at)cs(dot)uu(dot)nl> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: cache lookup failed |
Date: | 2000-10-13 08:31:49 |
Message-ID: | 20001013103149.A32635@cs.uu.nl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, Oct 13, 2000 at 09:17:36AM +0200, Fabrice Pollet wrote:
: After create function and trigger, when I update "fams" by delete entry in
: table "indi" I get this message :
:
: ERROR: fmgr_info: function 19968: cache lookup failed
Hi,
I recently struggled with the same error message and found out
that it occured when you define a trigger which uses a function,
drop the function and redefine it. The trigger in that case still
points to some undefined space...
I'm not sure whether I call this a bug or whether this is normal
behaviour in RDBMS's. I would expect these pointers to be based on
names but maybe thats not possible ?
Regards
--
+-----------------------------------------------------------------------+
| Henk van Lingen, Systems Administrator, <henkvl(at)cs(dot)uu(dot)nl> |
| Dept. of Computer Science, Utrecht University. phone: +31-30-2535278 |
+--------------------- http://henk.vanlingen.net/ ----------------------+
From | Date | Subject | |
---|---|---|---|
Next Message | Anatoly K. Lasareff | 2000-10-13 09:43:40 | Re: Function as Phantom Field |
Previous Message | Dan Moschuk | 2000-10-13 08:19:47 | Re: Re: [HACKERS] My new job |