Re: create temp table .. on commit delete rows - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: create temp table .. on commit delete rows
Date
Msg-id 200610122129.k9CLTF605498@momjian.us
Whole thread Raw
In response to Re: create temp table .. on commit delete rows  (David Fetter <david@fetter.org>)
Responses Re: create temp table .. on commit delete rows
List pgsql-hackers
David Fetter wrote:
> On Thu, Oct 12, 2006 at 02:07:28PM -0500, Jim C. Nasby wrote:
> > On Thu, Oct 12, 2006 at 12:01:12PM -0700, David Fetter wrote:
> > > On Thu, Oct 12, 2006 at 03:51:39PM +0400, Teodor Sigaev wrote:
> > > > >You're running in auto-commit, mode.  An implicit commit
> > > > >happens after this statement.  Which clears the table.  Looks
> > > > >right to me.
> > > > 
> > > > Oops, I see
> > > 
> > > Should something notice and raise a warning when people create a
> > > TEMP table and have AUTOCOMMIT on?
> > 
> > Maybe if ON COMMIT is set to DELETE ROWS or DROP...
> 
> Sounds good :)

Added to TODO:
       o Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS |         DROP } is issued outside a
multi-statementtransaction
 

--  Bruce Momjian   bruce@momjian.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PERFORM] Hints proposal
Next
From: Alvaro Herrera
Date:
Subject: Re: [PERFORM] Hints proposal