summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 10 insertions, 20 deletions
diff --git a/README b/README
index 04d3a8a..87db9ee 100644
--- a/README
+++ b/README
@@ -1,9 +1,4 @@
- pg_top
- Version 3.7.0
-
- Mark Wong
- and a cast of ... a few
-
+ pg_top
pg_top is 'top' for PostgreSQL. It is derived from Unix Top. Similar to top,
pg_top allows you to monitor PostgreSQL processes. It also allows you to:
@@ -17,29 +12,29 @@ directions and advice contained therein.
If you make any kind of change to "pg_top" that you feel would be
beneficial to others who use this program, or if you find and fix a bug,
-please send the change to the pg_top mailing list.
+please submit the change to the pg_top issue tracker:
+
+ https://gitlab.com/pg_top/pg_top/issues
+
In order to monitor a remote database, the pg_proctab extension needs to be
created on the database to be monitored. Any operating system that pg_proctab
supports can be monitored remotely on any operating system. See details for
-pg_protab here:
-
-http://pgxn.org/dist/pg_proctab/
+pg_proctab here:
-Be sure to read the FAQ enclosed with the distrubution. It contains
-answers to the most commonly asked questions about the configuration,
-installation, and operation of pg_top.
+ https://gitlab.com/pg_top/pg_proctab
AVAILABILITY
Project home page:
-http://ptop.projects.postgresql.org/
+ https://pg_top.gitlab.io/
+
If you have git, you can download the source code:
-git clone git://git.postgresql.org/git/pg_top.git
+ git clone git://git.postgresql.org/git/pg_top.git
LOGO
@@ -59,8 +54,3 @@ LICENSE
pg_top is distributed free of charge under the same terms as the BSD
license. For an official statement, please refer to the file "LICENSE"
which should be included with the source distribution.
-
-
-AUTHOR
-
-Mark Wong