From 59cff48bf2b188beb76d186516729c41a0867d29 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 19 Dec 2007 09:33:31 +0000 Subject: Ptop is top clone for PostgreSQL. Similar to top, ptop 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. WWW: http://ptop.projects.postgresql.org/ PR: ports/118809 Submitted by: Sunghyuk Do --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index aa593837d64d..d1ebda0de294 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -418,6 +418,7 @@ SUBDIR += postgresql83-client SUBDIR += postgresql83-server SUBDIR += postgresql_autodoc + SUBDIR += ptop SUBDIR += puredb SUBDIR += pxlib SUBDIR += pxtools -- cgit v1.2.3