ERROR: fmrg_info:Function 16556: cache lookup filed

From: "Nicolas Recabarren" <nrecabarren(at)adexus(dot)cl>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: ERROR: fmrg_info:Function 16556: cache lookup filed
Date: 2005-07-27 13:38:59
Message-ID: OF95233D36.8D8F66D9-ON0425704B.00475D2A@adexus.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda


Señores

Hace un tiempo que tengo el siguiente problema, y no he podido darle
solucion, algunas de las personas amablemente me han ayudado mucho y creo
que al fin podria salir humo blanco.

dentro de una tabla tengo algunos trigger

sourceforge=# \d artifact_group_list;
> Table "artifact_group_list"
> Column | Type | Modifiers
>
>
---------------------+---------+------------------------------------------------

> ---------------------
> group_artifact_id | integer | not null default
> nextval('"artifact_grou_group_
> artifac_seq"'::text)
> group_id | integer | not null
> name | text |
> description | text |
> is_public | integer | not null default 0
> allow_anon | integer | not null default 0
> email_all_updates | integer | not null default 0
> email_address | text | not null
> due_period | integer | not null default 2592000
> use_resolution | integer | not null default 0
> submit_instructions | text |
> browse_instructions | text |
> datatype | integer | not null default 0
> status_timeout | integer |
> Indexes: artgrouplist_groupid,
> artgrouplist_groupid_public
> Primary key: artifact_group_list_pkey
> Triggers: RI_ConstraintTrigger_47392900,
> RI_ConstraintTrigger_47392902,
> RI_ConstraintTrigger_47392904,
> RI_ConstraintTrigger_47392906,
> RI_ConstraintTrigger_47392908,
> RI_ConstraintTrigger_47392910,
> RI_ConstraintTrigger_47392912,
> RI_ConstraintTrigger_47392914,
> RI_ConstraintTrigger_47392916,
> artifactgrouplist_insert_trig

mi problema es el siguiente, al intentar hacer in INSERT INTO a la tabla
ARTIFACT_GROUP_LIST, el sistema me arroja el Siguiente error

fmrg_info:Function 16556: cache lookup filed

Ahora despues de una serie de chequeos Guiados por Alvaro, no pudimos saber
bien cual era el problema.
En un intento desesperado por saber que pasaba, borre el trigger ultimo
artifactgrouplist_insert_trig, intente insertar datos en la tabla y me dejo
sin ningun problema.

lo cual me dice sin ninguna duda que en lo que esta haciendo este trigger
esta el problema.

la sintaxis de este es la siguiente:

CREATE TRIGGER "artifactgrouplist_insert_trig" AFTER INSERT ON
"artifact_group_list" FOR EACH ROW EXECUTE PROCEDURE
"artifactgrouplist_insert_agg"()

Ahora para solucionar el problema tengo que recrear este trigger, yo ya lo
elimine y lo cree nuevamente y el resultado fue el mismo, ahora, como veo
"artifactgrouplist_insert_agg".


Gracias

NARC

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Milton inostroza 2005-07-27 13:39:41 Re: Consulta fuera de topico
Previous Message Mario Jiménez Carrasco 2005-07-27 13:12:37 Re: Consulta fuera de topico