]> granicus.if.org Git - pgbadger/commitdiff
Fix URI samples in documentation
authortbussmann <t.bussmann@gmx.net>
Fri, 12 Jul 2019 14:12:38 +0000 (16:12 +0200)
committertbussmann <t.bussmann@gmx.net>
Fri, 12 Jul 2019 14:12:38 +0000 (16:12 +0200)
again - was accidentially broken by bf2cb1e / forgotten in d9602a6 and d06af8b

README
doc/pgBadger.pod
pgbadger

diff --git a/README b/README
index 7bd1bef1cb5175b248cae983ef368a88eb11683e..87f5fbca8f15b1033b0581f1fab745210083a4a1 100644 (file)
--- a/README
+++ b/README
@@ -212,7 +212,7 @@ SYNOPSIS
     You can use together a local PostgreSQL log and a remote pgbouncer log
     file to parse:
 
-        pgbadger /var/log/postgresql/postgresql-10.1-main.log ssh://username.12.110.14/pgbouncer.log
+        pgbadger /var/log/postgresql/postgresql-10.1-main.log ssh://username@172.12.110.14/pgbouncer.log
 
     Generate Tsung sessions XML file with select queries only:
 
index 7e26bc7ca2d9b21528e623772402358205715c98..a83f14c2e2761fc53e0100e5185cbb3fefde021d 100644 (file)
@@ -212,7 +212,7 @@ Use URI notation for remote log file:
 
 You can use together a local PostgreSQL log and a remote pgbouncer log file to parse:
 
-    pgbadger /var/log/postgresql/postgresql-10.1-main.log ssh://username.12.110.14/pgbouncer.log
+    pgbadger /var/log/postgresql/postgresql-10.1-main.log ssh://username@172.12.110.14/pgbouncer.log
 
 Generate Tsung sessions XML file with select queries only:
 
index f88c5a5fa6bc20df2248ddaf63297a137f6fa578..2be4c3bb589a789bb4c4a8791f71c953a85400a1 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -2023,7 +2023,7 @@ Use URI notation for remote log file:
 
 You can use together a local PostgreSQL log and a remote pgbouncer log file to parse:
 
-    pgbadger /var/log/postgresql/postgresql-10.1-main.log ssh://username@172.12.110.14/pgbouncer.log
+    pgbadger /var/log/postgresql/postgresql-10.1-main.log ssh://username\@172.12.110.14/pgbouncer.log
 
 Generate Tsung sessions XML file with select queries only: