Request new version to support "on commit drop" for create temp table ... as select ? - Mailing list pgsql-sql

From Emi Lu
Subject Request new version to support "on commit drop" for create temp table ... as select ?
Date
Msg-id 4A5C9F55.5050305@encs.concordia.ca
Whole thread Raw
Responses Re: Request new version to support "on commit drop" for create temp table ... as select ?
List 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


pgsql-sql by date:

Previous
From: "Surajit Bhattacharjee"
Date:
Subject: Re: function returning a cursor and a scalar
Next
From: Tom Lane
Date:
Subject: Re: Request new version to support "on commit drop" for create temp table ... as select ?