aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-relay
Commit message (Collapse)AuthorAgeFilesLines
* pod2man is part of perl5, so make it a build dependency.Edwin Groothuis2004-12-141-0/+1
| | | | | | | Noticed by: kris, pointyhat Notes: svn path=/head/; revision=123990
* also add a note to pkg-message about it.Edwin Groothuis2004-12-132-0/+6
| | | | Notes: svn path=/head/; revision=123887
* Uograde to version 1.3.1, with rc.subr support.Edwin Groothuis2004-12-133-5/+52
| | | | Notes: svn path=/head/; revision=123886
* Update databases/postgresql-relay to version 1.3Edwin Groothuis2004-03-212-3/+3
| | | | | | | | | Added support for tcpwrappers. Submitted by: edwin@mavetju.og Notes: svn path=/head/; revision=104808
* Upgrade to 1.2.1Edwin Groothuis2004-03-032-3/+3
| | | | | | | - fix "Starting server for port 0" problem Notes: svn path=/head/; revision=102779
* New port: databases/postgresql-relayEdwin Groothuis2004-02-133-0/+39
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: svn path=/head/; revision=100820