@@ -58,8 +58,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
5858-->
5959
6060 <para>
61- Prevent the containment operators (<@ and @>) for <xref
62- linkend="intarray"/> from using GiST indexes (Tom Lane)
61+ Prevent the containment operators (<literal><@</literal> and
62+ <literal>@></literal>) for <xref linkend="intarray"/> from using
63+ GiST indexes (Tom Lane)
6364 </para>
6465
6566 <para>
@@ -78,8 +79,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
7879-->
7980
8081 <para>
81- Remove deprecated containment operators @ and ~ for built-in
82- <link linkend="functions-geometry">geometric data types</link> and
82+ Remove deprecated containment operators <literal>@</literal>
83+ and <literal>~</literal> for built-in <link
84+ linkend="functions-geometry">geometric data types</link> and
8385 contrib modules <xref linkend="cube"/>, <xref linkend="hstore"/>,
8486 <xref linkend="intarray"/>, and <xref linkend="seg"/> (Justin Pryzby)
8587 </para>
@@ -1216,7 +1218,7 @@ Author: Etsuro Fujita <efujita@postgresql.org>
12161218 <para>
12171219 <link
12181220 linkend="postgres-fdw"><application>postgres_fdw</application></link>
1219- supports these type of scans if <literal>async_capable</literal>
1221+ supports this type of scan if <literal>async_capable</literal>
12201222 is set.
12211223 </para>
12221224 </listitem>
@@ -2398,7 +2400,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
23982400 </para>
23992401
24002402 <para>
2401- This helps <acronym>GUI</acronym> tools analyze the system tables.
2403+ This helps <acronym>GUI</acronym> tools analyze the
2404+ system tables. The constraints are visible using <link
2405+ linkend="functions-aclitem-fn-table">pg_get_catalog_foreign_keys()</link>.
24022406 </para>
24032407 </listitem>
24042408
@@ -2495,15 +2499,16 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
24952499
24962500 <para>
24972501 Add <link linkend="functions-geometry">point operators</link>
2498- <<| and |>> to be strictly above/below geometry
2499- (Emre Hasegeli)
2502+ <literal> <<|</literal> and <literal> |>></literal>
2503+ to be strictly above/below geometry (Emre Hasegeli)
25002504 </para>
25012505
25022506 <para>
2503- Previously >^ and <^ were marked as performing this test, but
2504- non-point geometric operators used these operators for non-strict
2505- comparisons, leading to confusion. The old operators still exist
2506- but will be eventually removed. ACCURATE?
2507+ Previously <literal>>^</literal> and <literal><^</literal>
2508+ were marked as performing this test, but non-point geometric
2509+ operators used these operators for non-strict comparisons, leading
2510+ to confusion. The old operators still exist but will be eventually
2511+ removed. ACCURATE?
25072512 </para>
25082513 </listitem>
25092514
0 commit comments