We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c817303 commit f80dca2Copy full SHA for f80dca2
doc/src/sgml/release-pro-9.6.sgml
@@ -24,8 +24,9 @@
24
is now initialized independently for each database instance.</para>
25
</listitem>
26
<listitem>
27
- <para>Applied fixes for covering indexes. Now the keyword <literal>INCLUDING</literal> is
28
- replaced by <literal>INCLUDE</literal> (see <xref linkend="indexes-unique">).</para>
+ <para>Syntax for covering indexes has been changed. Now the keyword <literal>INCLUDING</literal> is
+ replaced by <literal>INCLUDE</literal>. The previous syntax still works, but is deprecated
29
+ (see <xref linkend="indexes-unique">).</para>
30
31
32
<para>RHEL-based distributions are installed in a separate location,
0 commit comments