Re: PG 12 draft release notes - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: PG 12 draft release notes
Date
Msg-id E960FE09-4DFB-4C61-A735-B033BBD06FFF@yandex-team.ru
Whole thread Raw
In response to Re: PG 12 draft release notes  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: PG 12 draft release notes
List pgsql-hackers

> 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.

Best regards, Andrey Borodin.


pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: XPRS
Next
From: Alvaro Herrera
Date:
Subject: Re: Contribution to Perldoc for TestLib module in Postgres