diff options
author | Magnus Hagander <magnus@hagander.net> | 2020-06-06 15:35:42 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2020-06-06 15:35:42 +0200 |
commit | 6e2f11b631b712d691aecdbbcaa7a75b391c1e98 (patch) | |
tree | b30a9b1814c9cf6fe74909d274875a37b88a3276 | |
parent | 26056b3ba84d6cb51eea5d6c83fefae19919a56b (diff) | |
download | postgresql-6e2f11b631b712d691aecdbbcaa7a75b391c1e98.tar.gz postgresql-6e2f11b631b712d691aecdbbcaa7a75b391c1e98.zip |
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.
-rw-r--r-- | doc/src/sgml/release-13.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 6fb32ef57cd..5c4b5fbf546 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -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. |