Обсуждение: Error 34526 - cache lookup failed

Поиск
Список
Период
Сортировка

Error 34526 - cache lookup failed

От
"Sandro Joel Eller"
Дата:
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')


Thanks
       Sandro Joel Eller

Analista/Programador
www.tecsoft.com.br
sandro@tecsoft.com.br



Re: Error 34526 - cache lookup failed

От
Stephan Szabo
Дата:
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.