| From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
|---|---|
| To: | Sandro Joel Eller <sandro(at)tecsoft(dot)com(dot)br> |
| Cc: | PGSQL <pgsql-sql(at)postgresql(dot)org> |
| Subject: | Re: Error 34526 - cache lookup failed |
| Date: | 2001-11-01 19:38:56 |
| Message-ID: | 20011101113739.S23195-100000@megazone23.bigpanda.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Roberto Mello | 2001-11-01 19:56:32 | Re: PL/pgSQL syntax for strings |
| Previous Message | Tom Lane | 2001-11-01 19:01:19 | Re: Aggregate binary AND |