summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-02-13 06:50:09 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-02-13 06:50:09 +0000
commit5f2b4ecc9090c5626dd4f0d93e431f89575a9df4 (patch)
tree1d04261677613319190cf526564494a12cbd78d3 /databases/Makefile
parentAdd the correct patch for plugger.c. I accidentally cvs rm'd this patch (diff)
New port: databases/postgresql-relay
postgresql-relay - multiplex all your databases to one point of origin postgresql-relay can be used to as a single point of origin for all your databases. Instead of having to remember (or modify in case of changes) all the names of your databases, on which machines and on which ports they are running, you only need to remember one machine and the name of the database. The postgresql-relay will then forward the connection to the proper database on the proper port of the proper server. No more changes in the hundreds of clients and scripts!
Notes
Notes: svn path=/head/; revision=100820
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 3000fede387f..4619c73adc2e 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -191,6 +191,7 @@
SUBDIR += postgresql-odbc
SUBDIR += postgresql-plruby
SUBDIR += postgresql-pltcl
+ SUBDIR += postgresql-relay
SUBDIR += postgresql-tcltk
SUBDIR += postgresql7
SUBDIR += postgresql72