From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Mark Volpe <volpe(dot)mark(at)epamail(dot)epa(dot)gov> |
Cc: | pgsql-sql(at)postgreSQL(dot)org |
Subject: | Re: [SQL] Backend crash |
Date: | 2000-01-24 19:08:13 |
Message-ID: | 200001241908.OAA06939@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)mark(at)epamail(dot)epa(dot)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(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
From | Date | Subject | |
---|---|---|---|
Next Message | De Moudt Walter | 2000-01-24 20:09:15 | Re: [SQL] Join-Question |
Previous Message | Mark Volpe | 2000-01-24 18:58:28 | Re: [SQL] Backend crash |