Skip to content

Commit 5a33194

Browse files
committed
support page
1 parent 065245b commit 5a33194

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

_includes/header.html

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<li class="active visible-xs-block"><a href="{{ site.baseurl }}/links.html">Documentation</a></li>
3434
<li class="active"><a href="{{ site.baseurl }}/archive.html">Archive</a></li>
3535
<li class="active"><a href="{{ site.baseurl }}/downloads/">Downloads</a></li>
36+
<li class="active"><a href="{{ site.baseurl }}/support.html">Support</a></li>
3637
<li class="active"><a href="{{ site.baseurl }}/feed.xml">RSS</a></li>
3738
{% if site.github != '' %}
3839
<li class="active"><a href="https://github.com/{{ site.github }}">Github</a></li>

support.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: default
3+
title: Support
4+
---
5+
6+
## Articles
7+
8+
- [First steps with pgbouncer, how to set and run it.](http://michael.otacoo.com/postgresql-2/first-steps-with-pgbouncer-how-to-set-and-run-it/)
9+
10+
Building from GIT.
11+
12+
- [Setup pgbouncer connection pooling for PostgreSQL on CentOS/RedHat/Fedora](https://opensourcedbms.com/dbms/setup-pgbouncer-connection-pooling-for-postgresql-on-centosredhatfedora/)
13+
14+
Install on RedHat-based system.
15+
16+
- [How to Setup PgBouncer Connection Pooling with Postgres Plus Standard Server](http://www.enterprisedb.com/resources-community/tutorials-quickstarts/all-platforms/how-setup-pgbouncer-connection-pooling-postg)
17+
18+
Good overview of PgBouncer concepts.
19+
20+
- [What is the point of bouncing?](http://www.depesz.com/2012/12/02/what-is-the-point-of-bouncing/)
21+
22+
Discusses diffenrences between pooling modes.
23+
24+
## Support
25+
26+
- [Issue tracker](https://github.com/pgbouncer/pgbouncer/issues)
27+
28+
- [Mailing-list](http://lists.pgfoundry.org/mailman/listinfo/pgbouncer-general)
29+
30+
- PgBouncer section at [StackOverflow](https://stackoverflow.com/questions/tagged/pgbouncer).
31+

0 commit comments

Comments
 (0)