doc: Fix order of options on pgbench man page
authorPeter Eisentraut
Tue, 14 May 2013 01:37:01 +0000 (21:37 -0400)
committerPeter Eisentraut
Tue, 14 May 2013 01:37:01 +0000 (21:37 -0400)
doc/src/sgml/pgbench.sgml

index 79b4baffbf873489c6366d15b5be7f396904639d..579dfd74f8680087a2e28a5d1368b610e36c9142 100644 (file)
@@ -157,6 +157,18 @@ pgbench  options  dbname
       
      
 
+     
+       fillfactor
+      
+       
+        Create the pgbench_accounts,
+        pgbench_tellers and
+        pgbench_branches tables with the given fillfactor.
+        Default is 100.
+       
+      
+     
+
      
       
       
@@ -167,13 +179,12 @@ pgbench  options  dbname
      
 
      
-       fillfactor>
+      
       
        
-        Create the pgbench_accounts,
-        pgbench_tellers and
-        pgbench_branches tables with the given fillfactor.
-        Default is 100.
+        Switch logging to quiet mode, producing only one progress message per 5
+        seconds. The default logging prints one message each 100000 rows, which
+        often outputs many lines per second (especially on good hardware).
        
       
      
@@ -194,17 +205,6 @@ pgbench  options  dbname
       
      
 
-     
-      
-      
-       
-        Switch logging to quiet mode, producing only one progress message per 5
-        seconds. The default logging prints one message each 100000 rows, which
-        often outputs many lines per second (especially on good hardware).
-       
-      
-     
-
      
       
       
@@ -332,39 +332,6 @@ pgbench  options  dbname
       
      
 
-     
-       rate
-      
-       
-        Sampling rate, used when writing data into the log, to reduce the
-        amount of log generated. If this option is given, only the specified
-        fraction of transactions are logged. 1.0 means all transactions will
-        be logged, 0.05 means only 5% of the transactions will be logged.
-       
-       
-        Remember to take the sampling rate into account when processing the
-        log file. For example, when computing tps values, you need to multiply
-        the numbers accordingly (e.g. with 0.01 sample rate, you'll only get
-        1/100 of the actual tps).
-       
-      
-     
-
-     
-       seconds
-      
-       
-        Length of aggregation interval (in seconds). May be used only together
-        with -l - with this option, the log contains
-        per-interval summary (number of transactions, min/max latency and two
-        additional fields useful for variance estimation).
-       
-       
-        This option is not currently supported on Windows.
-       
-      
-     
-
      
        querymode
       
@@ -479,6 +446,39 @@ pgbench  options  dbname
       
      
 
+     
+      
+      
+       
+        Length of aggregation interval (in seconds). May be used only together
+        with -l - with this option, the log contains
+        per-interval summary (number of transactions, min/max latency and two
+        additional fields useful for variance estimation).
+       
+       
+        This option is not currently supported on Windows.
+       
+      
+     
+
+     
+      
+      
+       
+        Sampling rate, used when writing data into the log, to reduce the
+        amount of log generated. If this option is given, only the specified
+        fraction of transactions are logged. 1.0 means all transactions will
+        be logged, 0.05 means only 5% of the transactions will be logged.
+       
+       
+        Remember to take the sampling rate into account when processing the
+        log file. For example, when computing tps values, you need to multiply
+        the numbers accordingly (e.g. with 0.01 sample rate, you'll only get
+        1/100 of the actual tps).
+       
+      
+     
+