Re: 9.3 Beta1 status report

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Jov <amutu(at)amutu(dot)com>
Cc: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 9.3 Beta1 status report
Date: 2013-04-23 20:48:11
Message-ID: 20130423204811.GB21856@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Apr 23, 2013 at 05:36:03PM +0800, Jov wrote:
> E.1.3.1.4:
>
> Improve performance of the CREATE TABLE ... ON COMMIT DELETE ROWS clause by
> only issuing delete if the temporary table was accessed (Heikki Linnakangas)
>
> should be:
>              CREATE TEMP TABLE ... ON COMMIT DELETE ROWS
> or
>            CREATE { TEMPORARY | TEMP } TABLE ... ON COMMIT DELETE ROWS
>
> because there is no syntax for CREATE TABLE ... ON COMMIT DELETE ROWS

Oh, good point. Fixed.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Erikjan Rijkers 2013-04-23 21:00:31 Re: 9.3 Beta1 status report
Previous Message Bruce Momjian 2013-04-23 20:46:26 Re: 9.3 Beta1 status report