doc PG 17 relnotes: clarify pg_upgrade and logical slot preserv.

Reported-by: Amit Kapila

Discussion: https://postgr.es/m/CAA4eK1+bChgccySmcm0LbvkmBDJ3ufsLneF4iNa_aZ7t2P6=8w@mail.gmail.com

Backpatch-through: 17 only
This commit is contained in:
Bruce Momjian 2024-10-09 23:05:50 -04:00 committed by Muhammad Usama
parent f483dfbde2
commit a3bf57c316

View File

@ -63,7 +63,10 @@
<para> <para>
<link <link
linkend="pgupgrade"><application>pg_upgrade</application></link> now linkend="pgupgrade"><application>pg_upgrade</application></link> now
preserves replication slots on both publishers and subscribers preserves logical replication slots on publishers and full
subscription state on subscribers. This will allow upgrades
to future major versions to continue logical replication without
requiring copy to resynchronize.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>