Re: [SPAM]Re: Questions about 9.0 release note

From: Thom Brown <thombrown(at)gmail(dot)com>
To: Takahiro Itagaki <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [SPAM]Re: Questions about 9.0 release note
Date: 2010-03-31 07:06:19
Message-ID: q2qbddc86151003310006h7b401ee9y2a85ef9a34ed0d2d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 31 March 2010 07:56, Takahiro Itagaki <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> wrote:
>
> "Robert Haas" <robertmhaas(at)gmail(dot)com> wrote:
>
>> > * (seq_page_cost/(random_page_cost))
>> > * EXCLUDE constraints has no tags to be linked.
>> > * "EXCLUDE constraints" is not indexed from the Index page.
>
>> CREATE TABLE ... CONSTRAINT ... EXCLUDE rather than CREATE TABLE
>> CONSTRAINT ... EXCLUDE.
>
> Here is a patch to fix the documentation.
>
> For exclusion constraints, I added a tag "SQL-CREATETABLE-exclude"
> to <varlistentry> of EXCLUDE in CREATE TABLE documentation. Also,
> "Exclusion constraints" section is added to the constraints doc.
> But the section is very short and just links to the CREATE TABLE doc.
> We could move some contents from CREATE TABLE to the constraints doc.
>
> Regards,
> ---
> Takahiro Itagaki
> NTT Open Source Software Center
>

Just one typo: "that that".

Regards

Thom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Lewis 2010-03-31 07:39:57 Performance Enhancement/Fix for Array Utility Functions
Previous Message Takahiro Itagaki 2010-03-31 06:56:28 Re: [SPAM]Re: Questions about 9.0 release note