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
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