Re: Cache lookup error

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Ramya Asokan" <ramya(dot)asokan(at)wdc(dot)greenpeace(dot)org>, <pgsql-admin(at)postgresql(dot)org>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Cache lookup error
Date: 2002-05-24 21:27:47
Message-ID: D85C66DA59BA044EB96AB9683819CF610150A6@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support pgsql-admin

> -----Original Message-----
> From: Ramya Asokan [mailto:ramya(dot)asokan(at)wdc(dot)greenpeace(dot)org]
> Sent: 24 May 2002 21:01
> To: pgsql-admin(at)postgresql(dot)org; pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] Cache lookup error
>
>
> Hi,
> I created a function and a trigger - I then dropped them and
> created the same function and trigger with a different name,
> but i keep getting the error : cache lookup failed. I don't
> know what this means, and would be very grateful if you can
> help me out.

This error may occur if you dropped your function, but not the trigger
(or the trigger failed to drop for some reason). The trigger is still
firing but the cache lookup of the function is failing because it has
gone. This could also happen if your function is dependent on another
function that has since been dropped.

I would suggest first checking that the original trigger was dropped
correctly(and dropping it if not), and if that doesn't solve the
problem, dropping and recreating all the objects again, making sure that
all the dependencies are satisfied.

Regards, Dave.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Naveen Kaul 2002-05-27 10:09:38 Re: Need some urgent help.
Previous Message Dave Page 2002-05-24 21:19:22 Re: need help

Browse pgsql-admin by date

  From Date Subject
Next Message Hal Lynch 2002-05-24 22:14:22 Talking to port 5432
Previous Message Ramya Asokan 2002-05-24 20:01:01 Cache lookup error