Truncate - Mailing list pgsql-patches

From Rod Taylor
Subject Truncate
Date
Msg-id 20020512172100.GA41560@knight
Whole thread Raw
Responses Re: Truncate  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Truncate  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Added check to Truncate to disallow the command on tables that have on
delete triggers, including foreign keys, and delete rules.

Finishes 'Disallow TRUNCATE on tables that are involved in referential
constraints'


New truncate regression test should include permission checks at some
point in the future.

Attachment

pgsql-patches by date:

Previous
From: Manfred Koizar
Date:
Subject: HeapTupleHeader accessor macros
Next
From: Tom Lane
Date:
Subject: Re: SRF patch (was Re: [HACKERS] troubleshooting pointers)