Re: Is it possible to have a cascade upwards query?

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Is it possible to have a cascade upwards query?
Дата
Msg-id CAKFQuwavGC2X+T-w-6W=1CRtOsPAhfAUSTf2pYsOE4fFYw92AA@mail.gmail.com
обсуждение исходный текст
Ответ на Is it possible to have a cascade upwards query?  (Mike Martin <redtux1@gmail.com>)
Список pgsql-general
On Wed, Mar 27, 2019 at 8:58 AM Mike Martin <redtux1@gmail.com> wrote:
Scenario being two tables with a linking pair of fields, where one table is a superset of the other and key is generated by the second table

I would like to have the record in table two deleted when I delete the record in table 1

Since table 1 is a superset of table 2 there is no foreign key possible on which the system provided ON DELETE CASCADE could be specified.  You will need to create your own trigger to perform the deletion on table 2.

David J.

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: plctl extension issue postgresql 11.2
Следующее
От: Sridhar N Bamandlapally
Дата:
Сообщение: Case Insensitive