Truncate

From: Rod Taylor <rbt(at)zort(dot)ca>
To: pgsql-patches(at)postgresql(dot)org
Subject: Truncate
Date: 2002-05-12 17:21:00
Message-ID: 20020512172100.GA41560@knight
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
truncate.sql text/x-sql 362 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-05-12 20:33:47 Re: SRF patch (was Re: [HACKERS] troubleshooting pointers)
Previous Message Ian Barwick 2002-05-12 15:54:59 Re: Set Returning Functions (SRF) - request for patch review