Fix reference to wrong view in release notes
authorMagnus Hagander
Sat, 6 Jun 2020 13:35:42 +0000 (15:35 +0200)
committerMagnus Hagander
Sat, 6 Jun 2020 13:35:42 +0000 (15:35 +0200)
The estimate of total backup size effects the view
pg_stat_progress_basebackup, not pg_stat_progress_analyze.

doc/src/sgml/release-13.sgml

index 6fb32ef57cd9e5641c70431fec21b76fa6c746a1..5c4b5fbf546c4776eec4f8d51ebc2efe31d3901f 100644 (file)
@@ -2319,7 +2319,7 @@ Author: Author: Fujii Masao 
 
       
        This computation allows 
-       linkend="monitoring-stats-dynamic-views-table">pg_stat_progress_analyze
+       linkend="monitoring-stats-dynamic-views-table">pg_stat_progress_basebackup
        to show progress, and can be disabled by using the
         option.  Previously, this
        computation happened only if  was used.