Hi,

I just got the following on 7.4:

oocms=# delete from objects where object_id = 3993;
ERROR:  update or delete on "objects" violates foreign key constraint "$1" on 
"object_as_xml"
DETAIL:  Key (object_id)=(3993) is still referenced from table "object_as_xml".

So, there you go:

oocms=# delete from object_as_xml where object_id = 3993;
ERROR:  ÑÐÑÐÑ "object_as_xml" ÐÐ ÑÑÑÐÑÑÐÑÐÑ

(relation "object_as_xml" does not exist)

object_as_xml is in a schema that's not in the search path. The error
message for the foreign key violation should include the schema of the
involved relation.

-- 
Markus Bertheau <[EMAIL PROTECTED]>


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to