cascade delete - Mailing list pgsql-admin

From Jagadeesh
Subject cascade delete
Date
Msg-id 2463901b-c937-467e-a385-6c9e4ac20a1c@a17g2000prm.googlegroups.com
Whole thread Raw
List 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

pgsql-admin by date:

Previous
From: Gerd König
Date:
Subject: move from mysql to postgresql
Next
From: Jagadeesh
Date:
Subject: Re: how to invoke edtor?