diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-12-18 10:02:23 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-12-18 10:02:23 +0900 |
commit | ed6f15eb35a95bc40ad6b05e99cbf495e034249b (patch) | |
tree | c6d9d10803ed939c08253cf5556b7f7109bf96dd | |
parent | e4fca461ab6f08d5cc0c93942017d2fbf49000af (diff) | |
download | postgresql-ed6f15eb35a95bc40ad6b05e99cbf495e034249b.tar.gz postgresql-ed6f15eb35a95bc40ad6b05e99cbf495e034249b.zip |
Update project link of pgBadger in documentation
The project has moved to a new place.
Reported-by: Peter Neave
Discussion: https://postgr.es/m/154474118231.5066.16352227860913505754@wrigleys.postgresql.org
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 02c512f8bcd..1c4fc40489e 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1008,7 +1008,7 @@ pg_ctl start | rotatelogs /var/log/pgsql_log 86400 </para> <para> - <ulink url="http://dalibo.github.io/pgbadger/"><productname>pgBadger</productname></ulink> + <ulink url="https://pgbadger.darold.net/"><productname>pgBadger</productname></ulink> is an external project that does sophisticated log file analysis. <ulink url="https://bucardo.org/check_postgres/"><productname>check_postgres</productname></ulink> |