Re: Truncate

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)zort(dot)ca>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Truncate
Date: 2002-06-06 00:07:48
Message-ID: 200206060007.g5607mV06994@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch withdrawn by author.

---------------------------------------------------------------------------

Rod Taylor wrote:
> 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, skipping... ]

[ Attachment, skipping... ]

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

  • Truncate at 2002-05-12 17:21:00 from Rod Taylor

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-06-06 00:15:06 Re: [PATCHES] Cygwin InstallXLogFileSegment() rename() patch
Previous Message Rod Taylor 2002-06-05 21:54:27 Re: Truncate