...

Поиск
Список
Период
Сортировка
От Zeller, Raymond
Тема ...
Дата
Msg-id 8FDC0F9BE1F91D44BE964AA54AAA67B601173FE0@wilmexm3.ad.analog.com
обсуждение исходный текст
Список pgsql-novice
How can I add an on delete cascade trigger  to an existing table column?
The help seems to say that alter table could be used something like:
 
ALTER TABLE test ADD ON COLUMN "id" ON DELETE CASCADE;
 
Except I don't want to add an id column, it already exists with on update
cascade trigger. I just want it to delete itself when its referencing id disappears.
 
thanks,
Ray Zeller 

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

Предыдущее
От: Chris Smith
Дата:
Сообщение: Re: Describe a table
Следующее
От: Rory Campbell-Lange
Дата:
Сообщение: Re: return column id from insert