Re: BUG #2051: CREATE TEMP TABLE AS SELECT doesn't play nice with ON COMMIT DROP - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2051: CREATE TEMP TABLE AS SELECT doesn't play nice with ON COMMIT DROP
Date
Msg-id 8757.1132263434@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #2051: CREATE TEMP TABLE AS SELECT doesn't play nice with ON COMMIT DROP  (David Fetter <david@fetter.org>)
Responses Re: BUG #2051: CREATE TEMP TABLE AS SELECT doesn't play nice with ON COMMIT DROP  (David Fetter <david@fetter.org>)
List pgsql-bugs
David Fetter <david@fetter.org> writes:
> This is still a bug,

No, it's a feature request, and a rather low-priority one considering
you can already do

    CREATE TEMP TABLE foo ... ON COMMIT DROP;
    INSERT INTO foo SELECT ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: David Fetter
Date:
Subject: Re: BUG #2051: CREATE TEMP TABLE AS SELECT doesn't play nice with ON COMMIT DROP
Next
From: David Fetter
Date:
Subject: Re: BUG #2051: CREATE TEMP TABLE AS SELECT doesn't play nice with ON COMMIT DROP