From: tbussmann Date: Fri, 12 Jul 2019 14:12:38 +0000 (+0200) Subject: Fix URI samples in documentation X-Git-Tag: v11.1~18^2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67edecbad405773bfa9157e2a0a6909782c9841e;p=pgbadger Fix URI samples in documentation again - was accidentially broken by bf2cb1e / forgotten in d9602a6 and d06af8b --- diff --git a/README b/README index 7bd1bef..87f5fbc 100644 --- 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: diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 7e26bc7..a83f14c 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -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: diff --git a/pgbadger b/pgbadger index f88c5a5..2be4c3b 100755 --- 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: