Re: [SQL] Backend crash - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: [SQL] Backend crash
Date
Msg-id 200001241908.OAA06939@candle.pha.pa.us
Whole thread Raw
In response to Re: [SQL] Backend crash  (Mark Volpe <volpe.mark@epamail.epa.gov>)
List pgsql-sql
> Thanks, guys!
> 
> SELECT * INTO <good-old-unique-name-based-on-process-id> ...
> works just fine for me :-)

There is a section in my book about it.

> 
> Tom Lane wrote:
> > 
> > Mark Volpe <volpe.mark@epamail.epa.gov> writes:
> > > BEGIN;
> > > SELECT * INTO TEMP numbers2 FROM numbers;
> > > SELECT * FROM numbers2;
> > > -- Bang!!! --
> > > Can anybody reproduce this?
> > 
> > Yah :-(.  There are several nasty bugs in 6.5.*'s support for TEMP
> > tables.  We believe they are all fixed for 7.0, but the changes are
> > intertwined with a lot of other stuff, and so back-patching the fixes
> > didn't look very practical.
> > 
> > The only good news is that 7.0 goes beta next week...
> > 
> >                         regards, tom lane
> > 
> > ************
> 
> ************
> 
> 


--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: Mark Volpe
Date:
Subject: Re: [SQL] Backend crash
Next
From: De Moudt Walter
Date:
Subject: Re: [SQL] Join-Question