Re: Error 34526 - cache lookup failed

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Error 34526 - cache lookup failed
Дата
Msg-id 20011101113739.S23195-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Error 34526 - cache lookup failed  ("Sandro Joel Eller" <sandro@tecsoft.com.br>)
Список 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 по дате отправления:

Предыдущее
От: "Sandro Joel Eller"
Дата:
Сообщение: Error 34526 - cache lookup failed
Следующее
От: Roberto Mello
Дата:
Сообщение: Re: PL/pgSQL syntax for strings