Re: Postgres 11 release notes

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: Postgres 11 release notes
Дата
Msg-id e1d41e36-d08b-d1aa-93b4-3ff5b0456992@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Postgres 11 release notes  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Ответы Re: Postgres 11 release notes  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Hi,

On 2018/09/17 1:07, Jonathan S. Katz wrote:
> On 9/16/18 11:36 AM, Bruce Momjian wrote:
>> On Sat, Sep 15, 2018 at 11:06:04AM -0400, Jonathan Katz wrote:
>>> @@ -2414,12 +2408,8 @@ same commits as above
>>>          The option <option>--create-slot</option> creates
>>>          the named replication slot (<option>--slot</option>)
>>>          when the <acronym>WAL</acronym> streaming method
>>> -        (<option>--wal-method=stream</option>) is used.
>>> -       </para>
>>> -
>>> -       <para>
>>> -        IS IT CLEAR FROM THE DOCS THAT THE REPLICATION SLOT IS NOT
>>> -        TEMPORARY?
>>> +        (<option>--wal-method=stream</option>) is used. The replication slot is
>>> +        available until it is explicitly dropped.
>>>         </para>
>>>        </listitem>
>>
>> I have clarified the documentation for this option.  This additional
>> release note text is not necessary.
> 
> Thanks for updating it in the docs.
> 
> I can make arguments both ways about including/not including that in the
> release notes, but I've attached a patch that drops the clarification.

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

Thanks,
Amit



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

Предыдущее
От: Gilles Darold
Дата:
Сообщение: Ora2Pg v19.1 has been released
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Add SKIP LOCKED to VACUUM and ANALYZE