On 7.4.2, I am
trying to drop a table using the command
drop table
vm_message cascade;
and I get the error
message
relation
"vm_message" has rel_triggers = 0
and the table is not
dropped. What does this message mean and how can I drop the
table?