diff options
author | Bruce Momjian <bruce@momjian.us> | 2021-07-01 20:33:32 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2021-07-01 20:33:32 -0400 |
commit | a3a681f8590d9476c8ce94172316d3d339375fe6 (patch) | |
tree | d87789a7eab7e28e45fc2124d860460a9ceace59 | |
parent | fb72a7b8c384e25d752b22a69e77d8227af65b4b (diff) |
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
-rw-r--r-- | doc/src/sgml/release-14.sgml | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index e96206f8997..03ee36867a5 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -58,8 +58,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> --> <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> @@ -78,8 +79,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> --> <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> @@ -1216,7 +1218,7 @@ Author: Etsuro Fujita <efujita@postgresql.org> <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> @@ -2398,7 +2400,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> </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> @@ -2495,15 +2499,16 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> <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> |