delete cascade question - Mailing list pgsql-novice

From Bradley Russell
Subject delete cascade question
Date
Msg-id 02f301c71d41$28722f00$4a0a10ac@npci.com
Whole thread Raw
Responses Re: delete cascade question
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: cannot remove column + no error msg
Next
From: Tom Lane
Date:
Subject: Re: delete cascade question