Re: possible to DELETE CASCADE? - Mailing list pgsql-general

From Miles Keaton
Subject Re: possible to DELETE CASCADE?
Date
Msg-id 59b2d39b0412301140224e2cde@mail.gmail.com
Whole thread Raw
In response to possible to DELETE CASCADE?  (Miles Keaton <mileskeaton@gmail.com>)
Responses Re: possible to DELETE CASCADE?  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-general
On Thu, 30 Dec 2004 11:10:38 -0800, I wrote:
> Is it possible for a query to delete a record and all of its
> foreign-key dependents?


Sorry - to be more clear : I like having my foreign keys RESTRICT from
this kind of cascading happening automatically or accidently.

So I'm looking for a query that could force it to happen, if truly intended.

pgsql-general by date:

Previous
From: Thomas Braad Toft
Date:
Subject: Re: possible to DELETE CASCADE?
Next
From: Robby Russell
Date:
Subject: Re: possible to DELETE CASCADE?