delete cascade question

Поиск
Список
Период
Сортировка
От Bradley Russell
Тема delete cascade question
Дата
Msg-id 02f301c71d41$28722f00$4a0a10ac@npci.com
обсуждение исходный текст
Ответы Re: delete cascade question  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
I'm using libpq and the PQexec function.  I am trying to figure out if I execute a delete query on a table that has dependent tables with on delete cascade set. Will the result return before or after the cascade is finished?
 
I'm not having any luck finding anything in the docs as I am not sure on the right terminology to use for this. 
 
Thanks for any help!
 
Brad
 

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: cannot remove column + no error msg
Следующее
От: Tom Lane
Дата:
Сообщение: Re: delete cascade question