diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-09-03 11:59:36 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-09-03 11:59:36 +0200 |
commit | bde8c2d319ab3ebaf9f07e5511e1142a38bab0e0 (patch) | |
tree | 1348851347a0644295b41bd423dcb505fd4f125e /doc/src | |
parent | 1d7a6e3eb45946db86d6d1776c55323740d955b0 (diff) | |
download | postgresql-bde8c2d319ab3ebaf9f07e5511e1142a38bab0e0.tar.gz postgresql-bde8c2d319ab3ebaf9f07e5511e1142a38bab0e0.zip |
Improve base backup protocol documentation
Document that the tablespace sizes are in units of kilobytes. Make
the pg_basebackup source code a bit clearer about this, too.
Reviewed-by: Magnus Hagander <magnus@hagander.net>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index b20f1690a7e..f036d5f178b 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -2615,8 +2615,8 @@ The commands accepted in replication mode are: <term><literal>size</literal> (<type>int8</type>)</term> <listitem> <para> - The approximate size of the tablespace, if progress report has - been requested; otherwise it's null. + The approximate size of the tablespace, in kilobytes (1024 bytes), + if progress report has been requested; otherwise it's null. </para> </listitem> </varlistentry> |