You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-16.sgml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1370,7 +1370,7 @@ Allow custom ICU collation rules to be created (Peter Eisentraut)
1370
1370
</para>
1371
1371
1372
1372
<para>
1373
-
This is done using CREATE COLLATION's newnewRULES clause, as well as new options for CREATE DATABASE, createdb, and initdb.
1373
+
This is done using CREATE COLLATION's new RULES clause, as well as new options for CREATE DATABASE, createdb, and initdb.
1374
1374
</para>
1375
1375
</listitem>
1376
1376
@@ -1471,7 +1471,7 @@ Allow parallel application of logical replication (Hou Zhijie, Wang Wei, Amit Ka
1471
1471
</para>
1472
1472
1473
1473
<para>
1474
-
The CREATE SUBSCRIPTION "streaming" option now supports "parallel" to enableparallelapplication. Perform apply of large transactions by parallel workers. The number of parallel workers is controlled by
1474
+
The CREATE SUBSCRIPTION "streaming" option now supports "parallel" to enable application of large transactions by parallel workers. The number of parallel workers is controlled by
1475
1475
the new server variable max_parallel_apply_workers_per_subscription. Wait events LogicalParallelApplyMain, LogicalParallelApplyStateChange, and LogicalApplySendData were also added. Column leader_pid was
1476
1476
added to system view pg_stat_subscription to track parallel activity.
1477
1477
</para>
@@ -1803,7 +1803,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1803
1803
1804
1804
<listitem>
1805
1805
<para>
1806
-
Add support for enhanced numeric literals in SQLJSON paths (Peter Eisentraut)
1806
+
Add support for enhanced numeric literals in SQL/JSON paths (Peter Eisentraut)