diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 01:08:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 01:08:05 +0000 |
commit | e3d80b4a1aba4653b82f8044e5caa87637cc4e7c (patch) | |
tree | 67fb361e6e976bf208587963b69791a4361c1a45 /databases/Makefile | |
parent | 5e72fdf201a215b722894c8ac33c9fa6208c0893 (diff) |
pgFouine is a PostgreSQL log analyzer used to generate detailed reports
from a PostgreSQL log file. pgFouine can help you to determine which
queries you should optimize to speed up your PostgreSQL based
application.
WWW: http://pgfouine.projects.postgresql.org/
PR: ports/123464
Submitted by: Pierre-Emmanuel Andre <pea at raveland.org>
Notes
Notes:
svn path=/head/; revision=214079
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index df51c9e00acd..ba3b93b426ba 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -372,6 +372,7 @@ SUBDIR += pgadmin3-12 SUBDIR += pgbouncer SUBDIR += pgcluster + SUBDIR += pgfouine SUBDIR += pgpool SUBDIR += pgpool-II SUBDIR += pgpoolAdmin |