cascade delete

From: Jagadeesh <mnjagadeesh(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: cascade delete
Date: 2008-11-17 11:06:54
Message-ID: 2463901b-c937-467e-a385-6c9e4ac20a1c@a17g2000prm.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

is there any way to delete records based on condition? something
similar to truncate <table name> cascade;
I tried delete <table name> where id=12 cascade;
but didn't work. I am not thinking of changing the constraint to 'on
delete'

Thanks
Jagadeesh

Browse pgsql-admin by date

  From Date Subject
Next Message Ben Webber 2008-11-17 13:45:43 Re: Change in logging behaviour between 8.1 and 8.2
Previous Message Jagadeesh 2008-11-17 11:02:20 Re: how to invoke edtor?