Re: Error when dropping table - Mailing list pgsql-admin

From Chris White (cjwhite)
Subject Re: Error when dropping table
Date
Msg-id 029b01c45965$261de980$0200a8c0@amer.cisco.com
Whole thread Raw
In response to Re: Error when dropping table  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
ERROR:  XX000: relation "vm_message" has rel_triggers = 0
LOCATION:  RemoveTriggerById, commands/trigger.c:581


-----Original Message-----
From: pgsql-admin-owner@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Tom Lane
Sent: Wednesday, June 23, 2004 1:32 PM
To: cjwhite@cisco.com
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Error when dropping table


"Chris White (cjwhite)" <cjwhite@cisco.com> writes:
> 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

I can't find any such error message in the 7.4 sources.  Could we see
the exact error display with "\set VERBOSITY verbose"?

            regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Error when dropping table
Next
From: "Chris White (cjwhite)"
Date:
Subject: Re: Error when dropping table