Error when dropping table

From: "Chris White (cjwhite)" <cjwhite(at)cisco(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Error when dropping table
Date: 2004-06-23 19:29:23
Message-ID: 028f01c45958$63e76640$0200a8c0@amer.cisco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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?


Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2004-06-23 20:32:28 Re: Error when dropping table
Previous Message Devrim GUNDUZ 2004-06-23 18:31:43 Re: Querying Across Databases..