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.


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to