create temp table and on commit in 7.3.3 - Mailing list pgsql-general

From Antony Paul
Subject create temp table and on commit in 7.3.3
Date
Msg-id 2989532e05020821184a9aba4b@mail.gmail.com
Whole thread Raw
Responses Re: create temp table and on commit in 7.3.3  (Neil Conway <neilc@samurai.com>)
List 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 by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Backup restore does not work
Next
From: Vivek Khera
Date:
Subject: Re: pgpool simple feature request