On 9/2/19 1:37 PM, Andrey Borodin wrote:
>
>
>> 2 сент. 2019 г., в 22:02, Jonathan S. Katz <jkatz@postgresql.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