]> granicus.if.org Git - pgbadger/commitdiff
Fix typon pgbadger call. Thanks to Guilhem Rambal for the report.
authorDarold Gilles <gilles@darold.net>
Thu, 5 Jun 2014 02:56:08 +0000 (04:56 +0200)
committerDarold Gilles <gilles@darold.net>
Thu, 5 Jun 2014 02:56:08 +0000 (04:56 +0200)
README
doc/pgBadger.pod

diff --git a/README b/README
index 34c49ecee4fe880283aa113e6ee1d37867e9231b..9cd155ae4912a52fc436ffa41d301cb5b754b167 100644 (file)
--- a/README
+++ b/README
@@ -458,12 +458,12 @@ BINARY FORMAT
     report each hour from a daily PostgreSQl log file, you can proceed by
     running each hour the following commands:
 
-        pgbadder --last-parsed .pgbadger_last_state_file -o sunday/hourX.bin /var/log/pgsql/postgresql-Sun.log
+        pgbadger --last-parsed .pgbadger_last_state_file -o sunday/hourX.bin /var/log/pgsql/postgresql-Sun.log
 
     to generate the incremental data files in binary format. And to generate
     the fresh HTML report from that binary file:
 
-        pgbadder sunday/*.bin
+        pgbadger sunday/*.bin
 
     Or an other example, if you have one log file per hour and you want a
     reports to be rebuild each time the log file is switched. Proceed as
index f5be59cf6151718e20ff1cd79828ca99daaa6427..2ff9fa1fedb4f1e9c309e04c78fb9b44aec4c504 100644 (file)
@@ -436,12 +436,12 @@ cumulative reports. For example, if you want to refresh a pgbadger report
 each hour from a daily PostgreSQl log file, you can proceed by running each
 hour the following commands:
 
-    pgbadder --last-parsed .pgbadger_last_state_file -o sunday/hourX.bin /var/log/pgsql/postgresql-Sun.log
+    pgbadger --last-parsed .pgbadger_last_state_file -o sunday/hourX.bin /var/log/pgsql/postgresql-Sun.log
 
 to generate the incremental data files in binary format. And to generate the fresh HTML
 report from that binary file:
 
-    pgbadder sunday/*.bin
+    pgbadger sunday/*.bin
 
 Or an other example, if you have one log file per hour and you want a reports to be
 rebuild each time the log file is switched. Proceed as follow: