diff options
author | Magnus Hagander <magnus@hagander.net> | 2011-08-17 11:01:06 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2011-08-17 11:01:06 +0200 |
commit | e5cb7563612b7056d9f97e65d4f4bef3930219dc (patch) | |
tree | bdeb934e3820c717dcdc34a8786e4f20d1450cea /doc/src | |
parent | 7f699804b12e480a07727472b9b8cf3886dbb897 (diff) | |
download | postgresql-e5cb7563612b7056d9f97e65d4f4bef3930219dc.tar.gz postgresql-e5cb7563612b7056d9f97e65d4f4bef3930219dc.zip |
Adjust wording now that estimated size can increase
Per comment form Fujii Masao.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 4150f2a4088..94367b06148 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -229,8 +229,8 @@ PostgreSQL documentation the backup, this is only an approximation and may not end at exactly <literal>100%</literal>. In particular, when WAL log is included in the backup, the total amount of data cannot be estimated in advance, and - in this case the progress report will only count towards the total - amount of data without WAL. + in this case the estimated target size will increase once it passes the + total estimate without WAL. </para> <para> When this is enabled, the backup will start by enumerating the size of |