From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Expand version compatibility for pg_basebackup features |
Date: | 2025-03-04 11:24:15 |
Message-ID: | E1tpQNj-000jkH-2v@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
doc: Expand version compatibility for pg_basebackup features
This updates the paragraph on backwards compatitibility for server
features to include --incremental which only works on servers with
v17 or newer. Backpatch down to v17 where incremental backup was
added.
Author: David G. Johnston <David(dot)G(dot)Johnston(at)Gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CAKFQuwZYfZyeTkS3g2Ovw84TsxHa796xnf-u5kfgn_auyxZk0Q@mail.gmail.com
Backpatch-through: 17
Branch
------
REL_17_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/56e6a3186885c726bbbff89eaec0b2fa077d0a9a
Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2025-03-04 13:45:19 | pgsql: Fix outdated comment |
Previous Message | Daniel Gustafsson | 2025-03-04 11:23:23 | pgsql: doc: Expand version compatibility for pg_basebackup features |