Generalize TRUNCATE to support truncating multiple tables in one

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f07b9689c93084016ecd825258c125aa9f69f962
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-01-27T03:19:37Z
Releases: 8.1.0
Generalize TRUNCATE to support truncating multiple tables in one
command.  This is useful because we can allow truncation of tables
referenced by foreign keys, so long as the referencing table is
truncated in the same command.

Alvaro Herrera

Files