TODO-Item: TRUNCATE ... CASCADE

From: Joachim Wieland <joe(at)mcknight(dot)de>
To: pgsql-patches(at)postgresql(dot)org
Subject: TODO-Item: TRUNCATE ... CASCADE
Date: 2006-02-02 09:00:15
Message-ID: 20060202090015.GA7372@mcknight.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The proposed patch implements TRUNCATE ... CASCADE:

* %Allow TRUNCATE ... CASCADE/RESTRICT
This is like DELETE CASCADE, but truncates.

The patch also adds a function makeRangeVarFromRelId() to namespace.c that I
thought would be useful. I hope I didn't overlook something similar that
exists already.

Joachim

Attachment Content-Type Size
pg_truncate_cascade.diff text/plain 23.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2006-02-02 15:13:30 Re: Multiple logical databases
Previous Message ITAGAKI Takahiro 2006-02-02 08:19:43 Re: TODO-Item: B-tree fillfactor control