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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Request new version to support "on commit drop" for create temp table ... as select ?
Дата
Msg-id 26125.1247593106@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Request new version to support "on commit drop" for create temp table ... as select ?  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: Request new version to support "on commit drop" for create temp table ... as select ?  (Emi Lu <emilu@encs.concordia.ca>)
Список pgsql-sql
Scott Marlowe <scott.marlowe@gmail.com> writes:
> That's what I thought, but

> create temp table xyz as select * from abc on commit drop;

> still fails on 8.3.  Was this fixed in 8.4 or is my syntax wonky?

Your syntax is wonky -- switch the clause order.
http://www.postgresql.org/docs/8.3/static/sql-createtableas.html
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Request new version to support "on commit drop" for create temp table ... as select ?
Следующее
От: Emi Lu
Дата:
Сообщение: Re: Request new version to support "on commit drop" for create temp table ... as select ?