Fix reference to wrong view in release notes

The estimate of total backup size effects the view
pg_stat_progress_basebackup, not pg_stat_progress_analyze.
pull/55/head
Magnus Hagander 5 years ago
parent 26056b3ba8
commit 6e2f11b631
  1. 2
      doc/src/sgml/release-13.sgml

@ -2319,7 +2319,7 @@ Author: Author: Fujii Masao <fujii@postgresql.org>
<para> <para>
This computation allows <link 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 to show progress, and can be disabled by using the
<option>--no-estimate-size</option> option. Previously, this <option>--no-estimate-size</option> option. Previously, this
computation happened only if <option>--progress</option> was used. computation happened only if <option>--progress</option> was used.

Loading…
Cancel
Save