@@ -58,8 +58,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
58
58
-->
59
59
60
60
<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)
63
64
</para>
64
65
65
66
<para>
@@ -78,8 +79,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
78
79
-->
79
80
80
81
<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
83
85
contrib modules <xref linkend="cube"/>, <xref linkend="hstore"/>,
84
86
<xref linkend="intarray"/>, and <xref linkend="seg"/> (Justin Pryzby)
85
87
</para>
@@ -1216,7 +1218,7 @@ Author: Etsuro Fujita <efujita@postgresql.org>
1216
1218
<para>
1217
1219
<link
1218
1220
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>
1220
1222
is set.
1221
1223
</para>
1222
1224
</listitem>
@@ -2398,7 +2400,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
2398
2400
</para>
2399
2401
2400
2402
<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>.
2402
2406
</para>
2403
2407
</listitem>
2404
2408
@@ -2495,15 +2499,16 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
2495
2499
2496
2500
<para>
2497
2501
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)
2500
2504
</para>
2501
2505
2502
2506
<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?
2507
2512
</para>
2508
2513
</listitem>
2509
2514
0 commit comments