pgsql: Doc: Improve upgrade for streaming replication section.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Improve upgrade for streaming replication section.
Date: 2024-02-13 04:26:39
Message-ID: E1rZkNT-005wwd-KT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Improve upgrade for streaming replication section.

Currently the documentation of upgrade for streaming replication section
says that logical replication slots will be copied, but the logical
replication slots are copied only if the old primary is version 17.0 or
later.

Author: Shubham Khanna
Discussion: https://postgr.es/m/CAHv8RjJHCw0jpUo9PZxjcguzGt3j2W1_NH=QuREoN0nYiVdVeA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/703c7a3c54547bfee84bdab77cf435a2becfb1dd

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-02-13 06:12:26 pgsql: Use correct format placeholder for timeline IDs
Previous Message Jeff Davis 2024-02-12 19:17:32 pgsql: Read WAL directly from WAL buffers.