Re: create temp table and on commit in 7.3.3

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, Antony Paul <antonypaul24(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: create temp table and on commit in 7.3.3
Date: 2005-02-09 21:03:57
Message-ID: 20050209210357.GA37673@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Feb 09, 2005 at 03:40:49PM -0500, Tom Lane wrote:
> Michael Fuhr <mike(at)fuhr(dot)org> writes:
> > The 7.3 and 7.2 documentation for CREATE TABLE both mention ON COMMIT:
>
> > http://www.postgresql.org/docs/7.3/static/sql-createtable.html#SQL-CREATETABLE-COMPATIBILITY
> > http://www.postgresql.org/docs/7.2/static/sql-createtable.html#SQL-CREATETABLE-COMPATIBILITY
>
> > Should those versions describe ON COMMIT if they don't support it?
>
> That section is describing features that are in the spec that we don't
> support (or didn't then support).

Ah, right...just above there I see this:

"The CREATE TABLE conforms to SQL92 Intermediate and to a subset of
SQL99, with exceptions listed below and in the descriptions above."

Sorry about that.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-02-09 21:21:59 Re: Understanding EXPLAIN ANALYZE output
Previous Message Tom Lane 2005-02-09 20:40:49 Re: create temp table and on commit in 7.3.3