Re: fmgr_info: function 2714160: cache lookup failed

Поиск
Список
Период
Сортировка
От Steve Wampler
Тема Re: fmgr_info: function 2714160: cache lookup failed
Дата
Msg-id 3B49D018.5CE74D07@noao.edu
обсуждение исходный текст
Ответ на Re: fmgr_info: function 2714160: cache lookup failed  (Jan Wieck <JanWieck@Yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: [PATCH] Partial indicies again
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: Transactions in rules..