Re: insert failed

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Srinivasa Rao Chava <s(dot)chava(at)wcom(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: insert failed
Date: 2001-08-15 16:45:05
Message-ID: Pine.BSF.4.21.0108150944140.73680-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)?

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Srinivasa R Chava 2001-08-15 18:52:57 Re: insert failed
Previous Message Srinivasa Rao Chava 2001-08-15 14:54:37 insert failed