ON DELETE Behavior after the fact

From: John Pagakis <John(dot)Pagakis(at)DevelopOnline(dot)com>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: ON DELETE Behavior after the fact
Date: 2001-04-27 16:40:46
Message-ID: A04BDD2C264AD41181C000508BDCB72A71A06F@usazdolexch0.developonline.home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a database in production that requires some ON DELETE behavior. Is
there a way to use ALTER TABLE to define ON DELETE behavior for the foreign
keys, or will I have to write triggers at this point?
_______________________________________
John Pagakis
DevelopOnline.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fred Ingham 2001-04-27 17:23:57 PostgreSQL and mySQL database size question
Previous Message Dave Cramer 2001-04-27 15:56:38 Help, I dropped a system datatype, and now I'm ....