I try to drop some constraint.... it said ERROR: cannot drop constraint
blablabla on table blablabla because other object depend on it...
HINT: blablabla
How do I know which object depend on this constraint? Somebody told me
to use pg_depend... SELECT * FROM pg_depend give me headache.....
Thank you....
regards,
akbar