Re: [PATCHES] Multi-table truncate

2005-01-26 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > This is my multi-table truncate patch. Includes doc changes and couple > new regression tests. Applied with minor editorialization. regards, tom lane ---(end of broadcast)--- TIP

[PATCHES] Multi-table truncate

2005-01-26 Thread Alvaro Herrera
Hackers, This is my multi-table truncate patch. Includes doc changes and couple new regression tests. Note the following excerpt from the temp regression test: + BEGIN; + CREATE TEMP TABLE temptest3(col int PRIMARY KEY) ON COMMIT DELETE ROWS; + NOTICE: CREATE TABLE / PRIMARY KEY will create im