Error when dropping table

Поиск
Список
Период
Сортировка
От Chris White (cjwhite)
Тема Error when dropping table
Дата
Msg-id 028f01c45958$63e76640$0200a8c0@amer.cisco.com
обсуждение исходный текст
Ответы Re: Error when dropping table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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?
 
 

В списке pgsql-admin по дате отправления:

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Querying Across Databases..
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error when dropping table