Re: Error 34526 - cache lookup failed - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: Error 34526 - cache lookup failed
Date
Msg-id 20011101113739.S23195-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Error 34526 - cache lookup failed  ("Sandro Joel Eller" <sandro@tecsoft.com.br>)
List pgsql-sql
On Thu, 1 Nov 2001, Sandro Joel Eller wrote:

> Always I execute the SQL
>
> insert into questionarios (codigo, descricao) values (10, 'Basico')
>
> happen the error below. Do Anybody know what is happened?
>
> Error - /var/www/html/tecWEB/pgadmin/sql.php -- Line: 107
> PostgreSQL said: ERROR: fmgr_info: function 34526: cache lookup failed
> Your query:
> insert into questionarios (codigo, descricao) values (10, 'Basico')

Do you have any triggers or rules or such on questionarios?  If so,
you may have deleted a function referenced by one of these (possibly to
recreate it) without recreating the trigger or rule associated.



pgsql-sql by date:

Previous
From: "Sandro Joel Eller"
Date:
Subject: Error 34526 - cache lookup failed
Next
From: Roberto Mello
Date:
Subject: Re: PL/pgSQL syntax for strings