Re: 9.3 Beta1 status report

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: 9.3 Beta1 status report
Дата
Msg-id 20130423204811.GB21856@momjian.us
обсуждение исходный текст
Ответ на Re: 9.3 Beta1 status report  (Jov <amutu@amutu.com>)
Ответы Re: 9.3 Beta1 status report  ("Erikjan Rijkers" <er@xs4all.nl>)
Список 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@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 9.3 Beta1 status report
Следующее
От: "Erikjan Rijkers"
Дата:
Сообщение: Re: 9.3 Beta1 status report