Fix reference to wrong view in release notes
authorMagnus Hagander <magnus@hagander.net>
Sat, 6 Jun 2020 13:35:42 +0000 (15:35 +0200)
committerMagnus Hagander <magnus@hagander.net>
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 <fujii@postgresql.org>
 
       <para>
        This computation allows <link
-       linkend="monitoring-stats-dynamic-views-table"><structname>pg_stat_progress_analyze</structname></link>
+       linkend="monitoring-stats-dynamic-views-table"><structname>pg_stat_progress_basebackup</structname></link>
        to show progress, and can be disabled by using the
        <option>--no-estimate-size</option> option.  Previously, this
        computation happened only if <option>--progress</option> was used.