create temp table and on commit in 7.3.3

Поиск
Список
Период
Сортировка
От Antony Paul
Тема create temp table and on commit in 7.3.3
Дата
Msg-id 2989532e05020821184a9aba4b@mail.gmail.com
обсуждение исходный текст
Ответы Re: create temp table and on commit in 7.3.3  (Neil Conway <neilc@samurai.com>)
Список pgsql-general
Hi all,
    This is giving error in 7.3.3.

 CREATE TEMP TABLE temptest3(col int PRIMARY KEY) ON COMMIT DELETE ROWS;
ERROR:  parser: parse error at or near "ON" at character 51

Is this supported.

rgds
Antony Paul

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Backup restore does not work
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: pgpool simple feature request