diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_receivexlog.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 76bfcf1cbb8..102d649f4e8 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -338,8 +338,8 @@ PostgreSQL documentation Specifies the number of seconds between status packets sent back to the server. This is required when streaming the transaction log (using <literal>--xlog=stream</literal>) if replication timeout is configured - on the server, and allows for easier monitoring. The default value is - 10 seconds. + on the server, and allows for easier monitoring. A value of zero disables + the status updates completely. The default value is 10 seconds. </para> </listitem> </varlistentry> diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml index f829170da2c..b1eee1f20b8 100644 --- a/doc/src/sgml/ref/pg_receivexlog.sgml +++ b/doc/src/sgml/ref/pg_receivexlog.sgml @@ -129,8 +129,8 @@ PostgreSQL documentation <para> Specifies the number of seconds between status packets sent back to the server. This is required if replication timeout is configured on the - server, and allows for easier monitoring. The default value is - 10 seconds. + server, and allows for easier monitoring. A value of zero disables the + status updates completely. The default value is 10 seconds. </para> </listitem> </varlistentry> |