pgsql: doc: Expand version compatibility for pg_basebackup features

2025-03-04 Thread Daniel Gustafsson
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 Re

pgsql: doc: Expand version compatibility for pg_basebackup features

2025-03-04 Thread Daniel Gustafsson
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 Re