Request new version to support "on commit drop" for create temp table ... as select ?

From: Emi Lu <emilu(at)encs(dot)concordia(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Request new version to support "on commit drop" for create temp table ... as select ?
Date: 2009-07-14 15:08:05
Message-ID: 4A5C9F55.5050305@encs.concordia.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Good morning,

I googled to find that "on commit drop" does not support:

(a) create temp table as select * from table1 where 1<>2;
http://archives.postgresql.org/pgsql-sql/2005-09/msg00153.php

If table1 has complex table structure, grammar(a) will save lots of
codes - col1 varchar(1), col2, ..... colN

I just wonder would the new version support "on commit drop" for select?

Thanks a lot!
--
Lu Ying

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Surajit Bhattacharjee 2009-07-14 15:21:37 Re: function returning a cursor and a scalar
Previous Message Alvaro Herrera 2009-07-13 18:21:30 Re: function returning a cursor and a scalar