openbsd-ports/databases/pg_top/patches/patch-pg_top_1_in
okan fffff45173 import 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:

    * View currently running SQL statement of a process.
    * View query plan of a currently running SELECT statement.
    * View locks held by a process.
    * View user table statistics.
    * View user index statistics

man page suggestion from sthen - thanks!

feedback and ok merdely
2008-06-10 20:48:10 +00:00

17 lines
506 B
Plaintext

$OpenBSD: patch-pg_top_1_in,v 1.1.1.1 2008/06/10 20:48:10 okan Exp $
--- pg_top.1.in.orig Tue Jun 10 13:36:03 2008
+++ pg_top.1.in Tue Jun 10 13:39:20 2008
@@ -437,6 +437,12 @@ things can change while
.I pg_top
is collecting information for an update. The picture it gives is only a
close approximation to reality.
+.PP
+While
+.I pg_top
+is technically able to connect to a remote server, it is unable to access
+the remote process table.
+This is not yet supported.
.SH "SEE ALSO"
kill(1),
ps(1),