Re: insert failed - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: insert failed
Date
Msg-id Pine.BSF.4.21.0108150944140.73680-100000@megazone23.bigpanda.com
Whole thread Raw
In response to insert failed  (s.chava@wcom.com (Srinivasa Rao Chava))
List pgsql-admin
On 15 Aug 2001, Srinivasa Rao Chava wrote:

> Hi,
> when we try insert into a table, the inset is failing with cach look
> up failure error.
>
>
> Below is the complete statement and error generated.
>
> DEPG=> insert into EXTRANET_SECTION (ID, section_name,
> parent,extranetname) values (255,' Main',0, 'test');
> ERROR:  fmgr_info: function 19464: cache lookup failed
> DEPG=>

Do you have any rules or triggers defined on the table
(for example foreign keys)?


pgsql-admin by date:

Previous
From: s.chava@wcom.com (Srinivasa Rao Chava)
Date:
Subject: insert failed
Next
From: Srinivasa R Chava
Date:
Subject: Re: insert failed