-->
<para>
- Prevent the containment operators (<@ and @>) for <xref
- linkend="intarray"/> from using GiST indexes (Tom Lane)
+ Prevent the containment operators (<literal><@</literal> and
+ <literal>@></literal>) for <xref linkend="intarray"/> from using
+ GiST indexes (Tom Lane)
</para>
<para>
-->
<para>
- Remove deprecated containment operators @ and ~ for built-in
- <link linkend="functions-geometry">geometric data types</link> and
+ Remove deprecated containment operators <literal>@</literal>
+ and <literal>~</literal> for built-in <link
+ linkend="functions-geometry">geometric data types</link> and
contrib modules <xref linkend="cube"/>, <xref linkend="hstore"/>,
<xref linkend="intarray"/>, and <xref linkend="seg"/> (Justin Pryzby)
</para>
<para>
<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.
</para>
</listitem>
</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>
</listitem>
<para>
Add <link linkend="functions-geometry">point operators</link>
- <<| and |>> to be strictly above/below geometry
- (Emre Hasegeli)
+ <literal><<|</literal> and <literal>|>></literal>
+ to be strictly above/below geometry (Emre Hasegeli)
</para>
<para>
- Previously >^ and <^ were marked as performing this test, but
- non-point geometric operators used these operators for non-strict
- comparisons, leading to confusion. The old operators still exist
- but will be eventually removed. ACCURATE?
+ Previously <literal>>^</literal> and <literal><^</literal>
+ were marked as performing this test, but non-point geometric
+ operators used these operators for non-strict comparisons, leading
+ to confusion. The old operators still exist but will be eventually
+ removed. ACCURATE?
</para>
</listitem>