diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-12-18 10:03:00 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-12-18 10:03:00 +0900 |
commit | b63df2deae8078c8ae6526e42e543832a8959e6b (patch) | |
tree | 506ac982199688d87289cd534bbfe3228184c18d | |
parent | 0fe0b2f474ae80c2d8ac06ce0b75ce7ed626f1d7 (diff) | |
download | postgresql-b63df2deae8078c8ae6526e42e543832a8959e6b.tar.gz postgresql-b63df2deae8078c8ae6526e42e543832a8959e6b.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 15ce6cb6b27..40f9a7652ea 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -978,7 +978,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> |