Re: viewing/altering the "ON DELETE CASCADE" constraint

From: Jon Lapham <lapham(at)extracta(dot)com(dot)br>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: viewing/altering the "ON DELETE CASCADE" constraint
Date: 2002-07-22 19:55:02
Message-ID: 3D3C6316.1040605@extracta.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Stephan Szabo wrote:
> On Mon, 22 Jul 2002, Jon Lapham wrote:
>>How can I determine if a column 1) has a foreign key constraint, and 2)
>>if that fkey constraint includes "ON DELETE CASCADE"? I've tried the
>>various "\d"-type commands in psql to no avail.
>>
>>Finally, assuming you have a column that *has* a fkey constraint, but
>>not the additional "ON DELETE CASCADE" portion, how would you go about
>>adding "ON DELETE CASCADE" to the column?
>
>
> The best place to get info on this is at
> http://techdocs.postgresql.org/
>

Yup, thanks Stephan. I've never seen this site, it looks like there is
a lot of good info there.

Joel Burton's "Hacking Referential Integrity & Hacking the Referential
Integrity Tables" has everything I needed.

http://techdocs.postgresql.org/techdocs/hackingreferentialintegrity.php

-Jon

--

-**-*-*---*-*---*-*---*-----*-*-----*---*-*---*-----*-----*-*-----*---
Jon Lapham
Extracta Moléculas Naturais, Rio de Janeiro, Brasil
email: lapham(at)extracta(dot)com(dot)br web: http://www.extracta.com.br/
***-*--*----*-------*------------*--------------------*---------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-07-22 20:09:19 Re: simulating INSERT return values with default values of sequences
Previous Message Thomas Hyldgaard 2002-07-22 19:45:12 Re: windows + postgresql + java? Is it possible?