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-15.sgml
+37-17Lines changed: 37 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -564,7 +564,7 @@ Improve foreign key behavior of updates on partitioned tables that move rows bet
564
564
</para>
565
565
566
566
<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.
568
568
</para>
569
569
</listitem>
570
570
@@ -1230,21 +1230,6 @@ Previously only shell commands could be called to perform archiving.
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.
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.
0 commit comments