From 5171a400cb15a94b6a2aa8ea2ad7a0128d080830 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 24 Aug 2012 00:06:59 -0400 Subject: Put options on man page and in help output in slightly better order --- doc/src/sgml/ref/pg_basebackup.sgml | 50 ++++++++++++++++++------------------ doc/src/sgml/ref/pg_receivexlog.sgml | 26 +++++++++---------- 2 files changed, 38 insertions(+), 38 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index cec66559ce3..a951d6b0f04 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -188,6 +188,17 @@ PostgreSQL documentation + + + + + + Using this option is equivalent of using -X with + method fetch. + + + + @@ -240,17 +251,6 @@ PostgreSQL documentation - - - - - - Using this option is equivalent of using -X with - method fetch. - - - - @@ -344,20 +344,6 @@ PostgreSQL documentation The following command-line options control the database connection parameters. - - - - - - Specifies the number of seconds between status packets sent back to the - server. This is required when streaming the transaction log (using - --xlog=stream) if replication timeout is configured - on the server, and allows for easier monitoring. A value of zero disables - the status updates completely. The default value is 10 seconds. - - - - @@ -385,6 +371,20 @@ PostgreSQL documentation + + + + + + Specifies the number of seconds between status packets sent back to the + server. This is required when streaming the transaction log (using + --xlog=stream) if replication timeout is configured + on the server, and allows for easier monitoring. A value of zero disables + the status updates completely. The default value is 10 seconds. + + + + diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml index 64cb81d2ef8..7f62fd9e615 100644 --- a/doc/src/sgml/ref/pg_receivexlog.sgml +++ b/doc/src/sgml/ref/pg_receivexlog.sgml @@ -122,19 +122,6 @@ PostgreSQL documentation The following command-line options control the database connection parameters. - - - - - - 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. A value of zero disables the - status updates completely. The default value is 10 seconds. - - - - @@ -162,6 +149,19 @@ PostgreSQL documentation + + + + + + 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. A value of zero disables the + status updates completely. The default value is 10 seconds. + + + + -- cgit v1.2.3