Difference between revisions of "Documentation"
(→Developer's documentation) |
|||
Line 39: | Line 39: | ||
* [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2012.pdf 3rd Postgres Cluster Hackers Summit, pgCon 2012 "pgpool-II Development Status Updates"] | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2012.pdf 3rd Postgres Cluster Hackers Summit, pgCon 2012 "pgpool-II Development Status Updates"] | ||
* [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2013.pdf 4th Postgres Cluster Hackers Summit, pgCon 2013 "pgpool-II Development Status Updates"] | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2013.pdf 4th Postgres Cluster Hackers Summit, pgCon 2013 "pgpool-II Development Status Updates"] | ||
+ | |||
+ | == Blog posts by pgpool developers == | ||
+ | * [http://pgsqlpgpool.blogspot.jp/2013/06/settinng-up-everything-at-one-time.html Setting up everything at one time] | ||
+ | * [http://pgsqlpgpool.blogspot.jp/2013/06/pgpool-ii-33-alpha-1-is-out.html pgpool-II 3.3 alpha1 is out!] | ||
+ | * [http://pgsqlpgpool.blogspot.jp/2012/10/pgpool-ii-now.html pgpool-II + now()] | ||
+ | * [http://pgsqlpgpool.blogspot.jp/2012/08/pgpool-ii-talk-at-postgresql-conference.html Pgpool-II talk at PostgreSQL Conference Europe 2012] |
Revision as of 03:48, 5 June 2013
Contents
Official documentation
- pgpool-II
User contributed documentation
- Documentation
- Gerd Koenig's "pgpool-II for beginners" (English)
- What is pgpool-II (Japanese)
- Creating a replication system using pgpool-II (Japanese)
- Making master/slave systems work better with pgpool-II (English, PDF)
- Relationship between max_pool, num_init_children, and max_connections(English, 2012/8/25)
- Tutorials of Streaming Replication with pgpool-II
- Simple Streaming replication setting with pgpool-II
- For pgpool-II 3.1 and PostgreSQL 9.1: English (2012/01/31) Japanese (2012/6/1)
- For pgpool-II 3.0 and PostgreSQL 9.0: English Japanese
- multiple server version
- For pgpool-II 3.1 and PostgreSQL 9.1: English (2012/01/31) Japanese (2012/6/1)
- For pgpool-II 3.0 and PostgreSQL 9.0: English Japanese
- Simple Streaming replication setting with pgpool-II
- Tutorials of pgpool-II 3.2
- On memory query cache: English (2012/07/20) Japanese (2012/07/20)
- Watchdog:
- Basic: English (2012/07/20) Japanese (2012/07/20)
- master-slave mode: English (2012/10/22) Japanese (2012/10/15)
Developer's documentation
- How to add configurfation directives to pgpoolAdmin
- 3rd Postgres Cluster Hackers Summit, pgCon 2012 "pgpool-II Development Status Updates"
- 4th Postgres Cluster Hackers Summit, pgCon 2013 "pgpool-II Development Status Updates"