Re: create temp table and on commit in 7.3.3

From: Neil Conway <neilc(at)samurai(dot)com>
To: Antony Paul <antonypaul24(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: create temp table and on commit in 7.3.3
Date: 2005-02-09 07:00:52
Message-ID: 1107932452.1286.108.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-02-09 07:19:41 Re: create temp table and on commit in 7.3.3
Previous Message John DeSoi 2005-02-09 06:35:51 Re: Postgresql and Macintosh