From: | Michael Dyrby Jensen <dyrby(at)nork(dot)auc(dot)dk> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Deletion Recursively |
Date: | 2001-10-26 19:55:53 |
Message-ID: | 000a01c15e58$3868a680$6f6f6f6f@nork.auc.dk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Greetings.
I am fairly new with the postgresql database.
And I have run into a problem, which I hope someone can help me with.
I am doing a school project, where I have chosen to learn to use this powerful tool, so I am using it to
handle a fictive company of banner advertising.
I need to register Advertisers, who got some Campaigns, and these campaigns have banners.
I have an Advertiser table, a campaign table and a banner table.
an advertiser hold references to the campaigns that he own, and the campaigns have references to the banners that they own.
My question is then: "How do I make the Database delete the campaigns and banners linked to the advertiser, when I delete him?"
A small example would really really help me alot.
(with small explanation too ofcause =) )
Yours, Michael.
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Swan | 2001-10-26 19:58:56 | Re: Granting database level permissions... |
Previous Message | postgresql_sql | 2001-10-26 19:04:12 | Re: GUID in postgres |