From: "Peter Eisentraut" <peter_e@gmx.net>
> Mihai Gheorghiu writes:
>
> > Error while executing the query(non-fatal);
> > ERROR: fmgr_info: function 1350878: cache lookup failed (#-1)
>
> You dropped and recreated the function underlying the trigger after the
> trigger was defined. That does not work. Drop the trigger and recreate
> it.
I seem to remember mention of a "dependencies" system table somewhere in the
mail archives / somewhere - is there anyone working on this? A tool like
"pgmake" to recompile everything would be very cool.
- Richard Huxton