Re: insert failed

From: newsreader(at)mediaone(dot)net
To: Srinivasa Rao Chava <s(dot)chava(at)wcom(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: insert failed
Date: 2001-08-20 16:42:52
Message-ID: 20010820124252.A27328@dragon.universe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Try dropping the function and
recreating it again

On Wed, Aug 15, 2001 at 07:27:50AM -0700, 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=>
>
>
> ANy help !!please
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Elphick 2001-08-20 16:50:23 Re: Real newbie question.
Previous Message Mitch Vincent 2001-08-20 16:34:15 Re: Querry optimisation in Postgres SQL