diff options
author | jgh <jgh@FreeBSD.org> | 2013-04-17 06:37:32 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-04-17 06:37:32 +0800 |
commit | 47498fd67a65c23026b7e90db2ac639c06211386 (patch) | |
tree | c7e5b1e0ba62196826c574a92d082bd55873b83e /databases/Makefile | |
parent | d84e4ec20f29ae12f846606d885a7b06de3fc793 (diff) | |
download | freebsd-ports-gnome-47498fd67a65c23026b7e90db2ac639c06211386.tar.gz freebsd-ports-gnome-47498fd67a65c23026b7e90db2ac639c06211386.tar.zst freebsd-ports-gnome-47498fd67a65c23026b7e90db2ac639c06211386.zip |
- add new port: databases/pg_activity
Top like utility for PostgreSQL activity monitoring
WWW: https://github.com/julmon/pg_activity
Feature safe: yes
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 9245a3c2a81f..2deff4a7f9be 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -549,6 +549,7 @@ SUBDIR += percona55-server SUBDIR += percona56-client SUBDIR += percona56-server + SUBDIR += pg_activity SUBDIR += pg_filedump SUBDIR += pg_reorg SUBDIR += pg_rman |