From: | Amit Langote <amitlangote09(at)gmail(dot)com> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, jkatz(at)postgresql(dot)org, Michael Banck <michael(dot)banck(at)credativ(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Postgres 11 release notes |
Date: | 2018-09-29 07:28:13 |
Message-ID: | CA+HiwqEgxwHMjoSO_UXQxO07sf2t3fRFGqV25TzGX9AhmYQgZA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-www |
On Fri, Sep 28, 2018 at 7:24 PM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> On Fri, Sep 28, 2018 at 10:21:16AM +0900, Amit Langote wrote:
> > On 2018/09/27 23:24, Alvaro Herrera wrote:
> > > On 2018-Sep-27, Amit Langote wrote:
> > >
> > >> Sorry I couldn't reply sooner, but the following of your proposed text
> > >> needs to be updated a bit:
> > >>
> > >> + <listitem>
> > >> + <para>
> > >> + Having a "default" partition for storing data that does not match a
> > >> + partition key
> > >> + </para>
> > >> + </listitem>
> > >>
> > >> I think "does not match a partition key" is not accurate. Description of
> > >> default partitions further below in the release notes says this:
> > >>
> > >> "The default partition can store rows that don't match any of the other
> > >> defined partitions, and is searched accordingly."
> > >>
> > >> So, we could perhaps write it as:
> > >>
> > >> Having a "default" partition for storing data that does not match any of
> > >> the remaining partitions
> > >
> > > Yeah, I agree that "a partition key" is not the right term to use there
> > > (and that term is used in the press release text also). However I don't
> > > think "remaining" is the right word there either, because it sounds as
> > > if you're removing something.
> > >
> > > For the Spanish translation of the press release, we ended up using the
> > > equivalent of "for the data that does not match any other partition".
> >
> > Yeah, "any other partition" is what the existing description uses too, so:
> >
> > Having a "default" partition for storing data that does not match any
> > other partition
>
> Uh, what text are you talkinga about? I see this text in the release
> notes since May:
>
> The default partition can store rows that don't match any of the
> other defined partitions, and is searched accordingly.
I was commenting on the Jonathan's patch upthread [1] whereby he
proposed to add a line about the default partition feature in the
major partitioning enhancements section at the top.
The existing text that you'd added when creating the release notes is fine.
> The press release?
Yeah, Alvaro pointed out that the press release has inaccurate text
about the default partition, but that's a separate issue, which I was
unaware of.
Thanks,
Amit
[1] /message-id/dcdbb9e9-cde2-fb78-fdb6-76d672d08dbc%40postgresql.org
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2018-09-29 07:29:34 | Re: Optional message to user when terminating/cancelling backend |
Previous Message | Andrey Lepikhov | 2018-09-29 05:58:00 | Re: Making all nbtree entries unique by having heap TIDs participate in comparisons |
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas 'ads' Scherbaum | 2018-09-29 08:41:54 | Addendum to the FAQ |
Previous Message | Andres Freund | 2018-09-28 15:04:34 | Re: C99 compliance for src/port/snprintf.c |