Re: [SQL] cache lookup failed - Mailing list pgsql-sql

From Tom Lane
Subject Re: [SQL] cache lookup failed
Date
Msg-id 23089.951430443@sss.pgh.pa.us
Whole thread Raw
In response to cache lookup failed  ("Graham Vickrage" <graham@digitalplanit.com>)
List pgsql-sql
"Graham Vickrage" <graham@digitalplanit.com> writes:
> I am trying to set up a trigger on a table that deletes the foreign key
> references in the child table,
>    delete from website where website_id = '$website_id';
> which works fine when there is no trigger on the table but once the trigger
> is created I get the following error -
> fmgr_info: function 47172: cache lookup failed

This sounds like it could be a bug in Postgres, but you'll need to give
more details.  The full definitions of both tables and the trigger
function would help.  Also, what version are you using?
        regards, tom lane


pgsql-sql by date:

Previous
From: M.Mazurek@poznan.multinet.pl
Date:
Subject: date_part, too many results?
Next
From: Alex Howansky
Date:
Subject: how to create index on timestamp field in pre v7 database