diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-13 22:15:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | 07dd2b69a35d8e3ef3e3b1a092fa0bc9506bd401 (patch) | |
tree | 988ddadff402a6001646afb7457f8c452ec56843 /network/pgbouncer | |
parent | 27339921e4262ca3781d79ca88cd7e1172fec38f (diff) |
network/pgbouncer: Fix slack-desc.
Diffstat (limited to 'network/pgbouncer')
-rw-r--r-- | network/pgbouncer/slack-desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/pgbouncer/slack-desc b/network/pgbouncer/slack-desc index e858abbdede4..f9f2b7a94b50 100644 --- a/network/pgbouncer/slack-desc +++ b/network/pgbouncer/slack-desc @@ -12,8 +12,8 @@ pgbouncer: pgbouncer is a PostgreSQL connection pooler. Any target application pgbouncer: can be connected to pgbouncer as if it were a PostgreSQL server, pgbouncer: and pgbouncer will create a connection to the actual server, or it pgbouncer: will reuse one of its existing connections. -pgbouncer: +pgbouncer: pgbouncer: The aim of pgbouncer is to lower the performance impact of opening pgbouncer: new connections to PostgreSQL. -pgbouncer: +pgbouncer: pgbouncer: Homepage: https://pgbouncer.github.io |