From owner-cvs-all@FreeBSD.ORG Wed Dec 19 09:33:32 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A65EB16A46C; Wed, 19 Dec 2007 09:33:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A6DA13C467; Wed, 19 Dec 2007 09:33:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBJ9XVSK087826; Wed, 19 Dec 2007 09:33:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBJ9XVdd087825; Wed, 19 Dec 2007 09:33:31 GMT (envelope-from pav) Message-Id: <200712190933.lBJ9XVdd087825@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 19 Dec 2007 09:33:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/ptop Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 09:33:32 -0000 pav 2007-12-19 09:33:31 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/ptop Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.648 +1 -0 ports/databases/Makefile 1.1 +25 -0 ports/databases/ptop/Makefile (new) 1.1 +3 -0 ports/databases/ptop/distinfo (new) 1.1 +12 -0 ports/databases/ptop/pkg-descr (new)