Re: Postgres 11 release notes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Postgres 11 release notes
Дата
Msg-id 20180927142407.uco4e7s5qciqrhnu@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Postgres 11 release notes  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: Postgres 11 release notes  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
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".

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Let's stop with the retail rebuilds of src/port/ files already
Следующее
От: Jesper Pedersen
Дата:
Сообщение: Re: executor relation handling