diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-17 18:14:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-17 18:14:08 +0800 |
commit | 9ea4a9007237ae078591608999179714e1c49670 (patch) | |
tree | 661eedce525b0daf4beee8daa97df893ac4f7e29 /databases/Makefile | |
parent | f4a264e59329d1935348ebf201049ebec163b3a5 (diff) | |
download | freebsd-ports-gnome-9ea4a9007237ae078591608999179714e1c49670.tar.gz freebsd-ports-gnome-9ea4a9007237ae078591608999179714e1c49670.tar.zst freebsd-ports-gnome-9ea4a9007237ae078591608999179714e1c49670.zip |
pgtune takes the wimpy default postgresql.conf and expands
the database server to be as powerful as the hardware it's
being deployed on.
WWW: http://pgfoundry.org/projects/pgtune/
PR: ports/134546
Submitted by: Matthieu BOUTHORS
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 d4d8c3026913..399c7856da33 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -440,6 +440,7 @@ SUBDIR += pgpoolAdmin SUBDIR += pgtcl SUBDIR += pgtop + SUBDIR += pgtune SUBDIR += pgworksheet SUBDIR += php-adodb-ext SUBDIR += php-sqlite3 |