summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-19 09:33:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-19 09:33:31 +0000
commit59cff48bf2b188beb76d186516729c41a0867d29 (patch)
treef6bafe8afe3a790f89355a0bc85c7ad740d173f5 /databases/Makefile
parent- Update to 1.1.3 (diff)
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 <sunghyuk@gmail.com>
Notes
Notes: svn path=/head/; revision=204082
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
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