Re: "truncate all"?

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: shridhar_daithankar(at)persistent(dot)co(dot)in, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: "truncate all"?
Date: 2003-08-04 14:43:33
Message-ID: 1060008213.22265.1755.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2003-08-04 at 10:28, Rod Taylor wrote:
> > Truncate isn't transaction safe either, so that shouldn't be a
> problem.
>
> Actually, it is in 7.4

yeah i know, but I assumed he wasn't doing his production unit testing
against 7.4. Course if he is all the better I suppose... :-)

>
> > Proper syntax for his feature would seem like:
> > truncate table [cascade|restrict] ?
>
> Agreed.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mendola Gaetano 2003-08-04 14:47:40 postmaster core [ 2 ]
Previous Message Peter Eisentraut 2003-08-04 14:41:51 Re: DROP TYPE/DROP DOMAIN