Skip to content

Commit 25285e5

Browse files
committed
relnotes: adjust several logical replication items and FK text
Reported-by: Amit Langote, Amit Kapila, Takamichi Osumi Discussion: https://postgr.es/m/CAA4eK1KdAho_fNkYRe=o=XpxWs_TG4O0V8CJBAvTG8HamWt6OQ@mail.gmail.com
1 parent 4036bcb commit 25285e5

File tree

1 file changed

+37
-17
lines changed

1 file changed

+37
-17
lines changed

doc/src/sgml/release-15.sgml

Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Improve foreign key behavior of updates on partitioned tables that move rows bet
564564
</para>
565565

566566
<para>
567-
Previously, such updates ran delete actions on the source partition and insert actions on the target partition. PostgreSQL will now run update actions on the partition root.
567+
Previously, such updates ran delete actions on the source partition and insert actions on the target partition. PostgreSQL will now run update actions on the referenced partition root.
568568
</para>
569569
</listitem>
570570

@@ -1230,21 +1230,6 @@ Previously only shell commands could be called to perform archiving.
12301230
</para>
12311231
</listitem>
12321232

1233-
<!--
1234-
Author: Michael Paquier <michael@paquier.xyz>
1235-
2021-11-23 [1922d7c6e] Add SQL functions to monitor the directory contents of r
1236-
-->
1237-
1238-
<listitem>
1239-
<para>
1240-
Add SQL functions to monitor the directory contents of replication slots (Bharath Rupireddy)
1241-
</para>
1242-
1243-
<para>
1244-
Specifically, the functions are pg_ls_logicalsnapdir(), pg_ls_logicalmapdir(), and pg_ls_replslotdir(). They can be run by members of the predefined pg_monitor role.
1245-
</para>
1246-
</listitem>
1247-
12481233
<!--
12491234
Author: Jeff Davis <jdavis@postgresql.org>
12501235
2021-07-09 [8e7811e95] Eliminate replication protocol error related to IDENTIFY
@@ -1346,6 +1331,41 @@ The new CREATE_REPLICATION_SLOT option is called TWO_PHASE. pg_recvlogical now
13461331
</para>
13471332
</listitem>
13481333

1334+
<!--
1335+
Author: Michael Paquier <michael@paquier.xyz>
1336+
2021-11-23 [1922d7c6e] Add SQL functions to monitor the directory contents of r
1337+
-->
1338+
1339+
<listitem>
1340+
<para>
1341+
Add SQL functions to monitor the directory contents of logical replication slots (Bharath Rupireddy)
1342+
</para>
1343+
1344+
<para>
1345+
Specifically, the functions are pg_ls_logicalsnapdir(), pg_ls_logicalmapdir(), and pg_ls_replslotdir(). They can be run by members of the predefined pg_monitor role.
1346+
</para>
1347+
</listitem>
1348+
1349+
<!--
1350+
Author: Tom Lane <tgl@sss.pgh.pa.us>
1351+
2021-11-02 [f3d4019da] Ensure consistent logical replication of datetime and fl
1352+
-->
1353+
1354+
<!--
1355+
Author: Amit Kapila <akapila@postgresql.org>
1356+
2022-03-14 [705e20f85] Optionally disable subscriptions on error.
1357+
-->
1358+
1359+
<listitem>
1360+
<para>
1361+
Allow subscribers to stop logical replication application on error (Osumi Takamichi, Mark Dilger)
1362+
</para>
1363+
1364+
<para>
1365+
This is enabled with the subscriber option "disable_on_error" and avoids possible infinite loops during stream application.
1366+
</para>
1367+
</listitem>
1368+
13491369
<!--
13501370
Author: Tom Lane <tgl@sss.pgh.pa.us>
13511371
2021-11-02 [f3d4019da] Ensure consistent logical replication of datetime and fl
@@ -1557,7 +1577,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
15571577

15581578
<listitem>
15591579
<para>
1560-
Create unlogged sequences and allow them to be skipped in logical replication (Peter Eisentraut)
1580+
Allow the creation of unlogged sequences (Peter Eisentraut)
15611581
</para>
15621582
</listitem>
15631583

0 commit comments

Comments
 (0)