Re: create temp table and on commit in 7.3.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
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 20:40:49
Message-ID: 19980.1107981649@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-02-09 21:03:57 Re: create temp table and on commit in 7.3.3
Previous Message Alvaro Herrera 2005-02-09 20:28:28 Re: Understanding EXPLAIN ANALYZE output