Hi, I'm currently using postgresql6.5.1 on a Linux RedHat 5.2. I've got some triggers to keep implement foreign keys written in TCL. When I want to dump my database, I get the following error: ------------------ [postgres@blur sql]$ pg_dump -v euro -- last builtin oid is 17120 -- reading user-defined types -- reading user-defined functions -- reading user-defined aggregates -- reading user-defined operators -- reading user-defined tables -- finding Triggers for relation: rel_rubrique_dossier getTables(): relation rel_rubrique_dossier: cannot find function with oid 160192 for trigger ref_rubrique ------------------ Still, the trigger works perfectly and has no trouble finding the function upon activation... It still works upon removal of the triggers.... It looks like a bug to me... Ever heard of an existing patch for that... I don't want either to remove the triggers for the time of the dump... Regards Ronan