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  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to