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

From Neil Conway
Subject Re: create temp table and on commit in 7.3.3
Date
Msg-id 1107932452.1286.108.camel@localhost.localdomain
Whole thread Raw
In response to create temp table and on commit in 7.3.3  (Antony Paul <antonypaul24@gmail.com>)
Responses Re: create temp table and on commit in 7.3.3
List pgsql-general
On Wed, 2005-02-09 at 10:48 +0530, Antony Paul wrote:
> 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.

No. Looking at the manual would have made it pretty obvious this was
added in 7.4

-Neil



pgsql-general by date:

Previous
From: John DeSoi
Date:
Subject: Re: Postgresql and Macintosh
Next
From: Michael Fuhr
Date:
Subject: Re: create temp table and on commit in 7.3.3