Re: fmgr_info: function 2714160: cache lookup failed

From: Steve Wampler <swampler(at)noao(dot)edu>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: postgres-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: fmgr_info: function 2714160: cache lookup failed
Date: 2001-07-09 15:39:04
Message-ID: 3B49D018.5CE74D07@noao.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jan Wieck wrote:
>
> Steve Wampler wrote:
> >
> > Can someone explain to me what this error is and how to avoid it?
> > (Results from an INSERT through JDBC on 7.1.2 with RH Linux).
>
> You must have droppend a function that was referenced by
> another object (view, operator, aggregate, whatnot).
> Recreating the function only doesn't help, because they're
> referenced by OID. You have to drop and recreate all
> dependant objects as well.
>

Thanks! I think I see how I managed to do that.

--
Steve Wampler- SOLIS Project, National Solar Observatory
swampler(at)noao(dot)edu

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-09 15:49:10 Re: problem in compilation.
Previous Message Jan Wieck 2001-07-09 15:18:06 Re: fmgr_info: function 2714160: cache lookup failed