delete cascade question

From: "Bradley Russell" <bradley(dot)russell(at)npcinternational(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: delete cascade question
Date: 2006-12-11 16:26:49
Message-ID: 02f301c71d41$28722f00$4a0a10ac@npci.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2006-12-11 16:30:44 Re: delete cascade question
Previous Message Tom Lane 2006-12-11 16:11:47 Re: cannot remove column + no error msg