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

Поиск
Список
Период
Сортировка
От Emi Lu
Тема Request new version to support "on commit drop" for create temp table ... as select ?
Дата
Msg-id 4A5C9F55.5050305@encs.concordia.ca
обсуждение исходный текст
Ответы Re: Request new version to support "on commit drop" for create temp table ... as select ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Surajit Bhattacharjee"
Дата:
Сообщение: Re: function returning a cursor and a scalar
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Request new version to support "on commit drop" for create temp table ... as select ?