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

From Michael Fuhr
Subject Re: create temp table and on commit in 7.3.3
Date
Msg-id 20050209210357.GA37673@winnie.fuhr.org
Whole thread Raw
In response to Re: create temp table and on commit in 7.3.3  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Wed, Feb 09, 2005 at 03:40:49PM -0500, Tom Lane wrote:
> Michael Fuhr <mike@fuhr.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/

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: create temp table and on commit in 7.3.3
Next
From: Tom Lane
Date:
Subject: Re: Understanding EXPLAIN ANALYZE output