Re: PG 12 draft release notes

From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 12 draft release notes
Date: 2019-09-02 18:11:11
Message-ID: 82e96a75-f124-6dc0-ac4e-7d039c8db796@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 9/2/19 1:37 PM, Andrey Borodin wrote:
>
>
>> 2 сент. 2019 г., в 22:02, Jonathan S. Katz <jkatz(at)postgresql(dot)org> написал(а):
>>
>>
>> Attached is a patch proposing items for the major items section. This is
>> working off of the ongoing draft of the press release[1]. Feedback
>> welcome. With respect to the linking, I tried I to give a bunch of
>> jumping off points for users to explore the features, but visually tried
>> to ensure the readability was consistent.
>
> + <para>
> + Reduction of <acronym>WAL</acronym> overhead of
> + <link linkend="gist">GiST</link>, <link linkend="gin">GIN</link>, and
> + <link linkend="spgist">SP-GiST</link> indexes and added support
> + for covering indexes via the <link linkend="sql-createindex">
> + <literal>INCLUDE</literal></link> clause for
> + <link linkend="spgist">SP-GiST</link> indexes
> + </para>
>
> Maybe I'm missing something, but covering indexes are supported in GiST, not in SP-GiST.

Nope, you're absolutely correct: that was a typo as a result of
copying/pasting formatting. Attached is a revision that correctly
specifies covering indexes for GiST.

Thanks!

Jonathan

Attachment Content-Type Size
relnotes-major-items-v2.patch text/plain 4.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-02 18:11:36 Re: [PATCH] kNN for btree
Previous Message Alvaro Herrera 2019-09-02 18:07:04 Re: Add test case for sslinfo