Re: fmgr_info: function 2714160: cache lookup failed - Mailing list pgsql-general

From Steve Wampler
Subject Re: fmgr_info: function 2714160: cache lookup failed
Date
Msg-id 3B49D018.5CE74D07@noao.edu
Whole thread Raw
In response to Re: fmgr_info: function 2714160: cache lookup failed  (Jan Wieck <JanWieck@Yahoo.com>)
List 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@noao.edu

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: [PATCH] Partial indicies again
Next
From: Alex Pilosov
Date:
Subject: Re: Transactions in rules..