diff options
author | Dejan Strbac <me@dejanstrbac.com> | 2018-06-11 00:29:18 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:13:27 +0100 |
commit | b24ef18a506659802490d32390f6b00870668164 (patch) | |
tree | b87f769c19ed212fcb0f2549dcabacff05d5c0b6 /network/pgpool-II/README | |
parent | 4240a45e19e7e71130ff6414daa5a928f51a891a (diff) |
network/pgpool-II: Added (Connection pooler for PostgreSQL).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/pgpool-II/README')
-rw-r--r-- | network/pgpool-II/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/pgpool-II/README b/network/pgpool-II/README new file mode 100644 index 0000000000000..53f8fba675936 --- /dev/null +++ b/network/pgpool-II/README @@ -0,0 +1,12 @@ +Pgpool-II is a middleware that works between PostgreSQL servers and a +PostgreSQL database client. It has support for: + + - Connection Pooling + - SQL Level Replication + - Load Balancing + - Limiting Exceeding Connections + +Docs are available at: http://www.pgpool.net/docs/latest/en/html/ + +Note that this SlackBuild comes without a default configuration. Sample config +files will be dropped in /etc/pgpool.conf.sample-* |