> I tried both table names, and in both cases I got :
> drop trigger RI_ConstraintTrigger_569229 on utable;
> ERROR: DropTrigger: there is no trigger ri_constrainttrigger_569229 on relation utable
You'll need to double quote the name because it's actually mixed case
(note the case folded name in the error message)