mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
doc: update PG 14 release notes
Mostly addition of <literal> tags Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20210629022547.GF21248@telsasoft.com Backpatch-through: 14 only
This commit is contained in:
@ -58,8 +58,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Prevent the containment operators (<@ and @>) for <xref
|
Prevent the containment operators (<literal><@</literal> and
|
||||||
linkend="intarray"/> from using GiST indexes (Tom Lane)
|
<literal>@></literal>) for <xref linkend="intarray"/> from using
|
||||||
|
GiST indexes (Tom Lane)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -78,8 +79,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Remove deprecated containment operators @ and ~ for built-in
|
Remove deprecated containment operators <literal>@</literal>
|
||||||
<link linkend="functions-geometry">geometric data types</link> and
|
and <literal>~</literal> for built-in <link
|
||||||
|
linkend="functions-geometry">geometric data types</link> and
|
||||||
contrib modules <xref linkend="cube"/>, <xref linkend="hstore"/>,
|
contrib modules <xref linkend="cube"/>, <xref linkend="hstore"/>,
|
||||||
<xref linkend="intarray"/>, and <xref linkend="seg"/> (Justin Pryzby)
|
<xref linkend="intarray"/>, and <xref linkend="seg"/> (Justin Pryzby)
|
||||||
</para>
|
</para>
|
||||||
@ -1216,7 +1218,7 @@ Author: Etsuro Fujita <efujita@postgresql.org>
|
|||||||
<para>
|
<para>
|
||||||
<link
|
<link
|
||||||
linkend="postgres-fdw"><application>postgres_fdw</application></link>
|
linkend="postgres-fdw"><application>postgres_fdw</application></link>
|
||||||
supports these type of scans if <literal>async_capable</literal>
|
supports this type of scan if <literal>async_capable</literal>
|
||||||
is set.
|
is set.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -2398,7 +2400,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This helps <acronym>GUI</acronym> tools analyze the system tables.
|
This helps <acronym>GUI</acronym> tools analyze the
|
||||||
|
system tables. The constraints are visible using <link
|
||||||
|
linkend="functions-aclitem-fn-table">pg_get_catalog_foreign_keys()</link>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -2495,15 +2499,16 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Add <link linkend="functions-geometry">point operators</link>
|
Add <link linkend="functions-geometry">point operators</link>
|
||||||
<<| and |>> to be strictly above/below geometry
|
<literal><<|</literal> and <literal>|>></literal>
|
||||||
(Emre Hasegeli)
|
to be strictly above/below geometry (Emre Hasegeli)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Previously >^ and <^ were marked as performing this test, but
|
Previously <literal>>^</literal> and <literal><^</literal>
|
||||||
non-point geometric operators used these operators for non-strict
|
were marked as performing this test, but non-point geometric
|
||||||
comparisons, leading to confusion. The old operators still exist
|
operators used these operators for non-strict comparisons, leading
|
||||||
but will be eventually removed. ACCURATE?
|
to confusion. The old operators still exist but will be eventually
|
||||||
|
removed. ACCURATE?
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user