Difference between revisions of "Documentation"

From pgpool Wiki
Jump to: navigation, search
(User contributed documentation)
Line 15: Line 15:
 
== User contributed documentation ==
 
== User contributed documentation ==
 
* '''Documentation'''
 
* '''Documentation'''
** [http://www.pgpool.net/pgpool-web/contrib_docs/pgpool-II_for_beginners.pdf Gerd Koenig's "pgpool-II for beginners"(English)]
+
** [http://www.pgpool.net/pgpool-web/contrib_docs/pgpool-II_for_beginners.pdf Gerd Koenig's "pgpool-II for beginners"] (English)
** [http://lets.postgresql.jp/documents/technical/pgpool/1 What is pgpool-II (Japanese)]
+
** [http://lets.postgresql.jp/documents/technical/pgpool/1 What is pgpool-II] (Japanese)
** [http://lets.postgresql.jp/documents/technical/pgpool/2 Creating a replication system using pgpool-II (Japanese)]
+
** [http://lets.postgresql.jp/documents/technical/pgpool/2 Creating a replication system using pgpool-II] (Japanese)
** [http://www.sraoss.co.jp/event_seminar/2010/20100702-03char10.pdf Making master/slave systems work better with pgpool-II (English, PDF)]
+
** [http://www.sraoss.co.jp/event_seminar/2010/20100702-03char10.pdf Making master/slave systems work better with pgpool-II] (English, PDF)
** [[Relationship_between_max_pool,_num_init_children,_and_max_connections|Relationship between max_pool, num_init_children, and max_connections]](English, 2012/8/25))
+
** [[Relationship_between_max_pool,_num_init_children,_and_max_connections|Relationship between max_pool, num_init_children, and max_connections]](English, 2012/8/25)
  
 
* '''Tutorials of Streaming Replication with pgpool-II'''
 
* '''Tutorials of Streaming Replication with pgpool-II'''
Line 27: Line 27:
 
** multiple server version
 
** multiple server version
 
*** For pgpool-II 3.1 and PostgreSQL 9.1: [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2/index.html English (2012/01/31)] [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2_3.0/index-ja.html Japanese (2012/6/1)]
 
*** For pgpool-II 3.1 and PostgreSQL 9.1: [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2/index.html English (2012/01/31)] [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2_3.0/index-ja.html Japanese (2012/6/1)]
*** For pgpool-II 3.1 and PostgreSQL 9.1: [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2/index.html English] [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2_3.0/index-ja.html Japanese]
+
*** For pgpool-II 3.0 and PostgreSQL 9.0: [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2/index.html English] [http://www.pgpool.net/pgpool-web/contrib_docs/simple_sr_setting2_3.0/index-ja.html Japanese]
  
 
* '''Tutorials of pgpool-II 3.2'''
 
* '''Tutorials of pgpool-II 3.2'''

Revision as of 01:11, 13 December 2012

Official documentation

User contributed documentation

Developer's documentation