TODO-Item: TRUNCATE ... CASCADE - Mailing list pgsql-patches

From Joachim Wieland
Subject TODO-Item: TRUNCATE ... CASCADE
Date
Msg-id 20060202090015.GA7372@mcknight.de
Whole thread Raw
Responses Re: TODO-Item: TRUNCATE ... CASCADE
List 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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] BUG #2171: Differences compiling plpgsql in ecpg and psql
Next
From: Alvaro Herrera
Date:
Subject: Re: TODO-Item: TRUNCATE ... CASCADE