「Documentation」の版間の差分
(→開発者によるドキュメント) |
|||
22行目: | 22行目: | ||
== 開発者によるドキュメント == | == 開発者によるドキュメント == | ||
− | * [http://www.pgpool.net/pgpool-web/contrib_docs/pgpool-II-internal-1.pdf 第1回Pgpool-II内部情報セミナー資料] (日本語, PDF、Pgpool-II 4.0対応) | + | |
+ | |||
+ | * [https://www.sraoss.co.jp/event_seminar/2019/Introducing%20PostgreSQL%20SQL%20Parser.pdf Introducing PostgreSQL SQL Parser - Use of PostgreSQL Parser in other Applications -] at [https://www.pgcon.org/2019/ PGCon 2019 Ottawa] (英語, PDF) (2019/05/31) | ||
+ | * [https://www.sraoss.co.jp/event_seminar/2018/pgconf.asia-JA-20181211-day1-B4-peng.pdf Celebrating its 15th Anniversary: Pgpool-II Past, Present and Future - Part 2] at [https://www.pgconf.asia/EN/2018/day1/#B4 PGConf.ASIA 2018] (英語, PDF) (2018/12/11) | ||
+ | * [https://www.sraoss.co.jp/event_seminar/2018/pgconf.asia-JA-20181211-day1-B4-ishii.pdf Celebrating its 15th Anniversary: Pgpool-II Past, Present and Future - Part 1] at [https://www.pgconf.asia/EN/2018/day1/#B4 PGConf.ASIA 2018] (英語, PDF) (2018/12/11) | ||
+ | * [https://www.sraoss.co.jp/event_seminar/2018/PostgreSQL-HA-with-Pgpool-II-20180925.pdf PostgreSQL HA with Pgpool-II and whats been happening in Pgpool world lately...] at [https://www.sraoss.co.jp/event_seminar/2018/0925.php Pgpool-II Day - Pgpool-II 4.0 Anniversary -] (英語, PDF) (2018/9/25) | ||
+ | * [https://www.sraoss.co.jp/event_seminar/2018/Pgpool-II-4-20180925.pdf PostgreSQL クラスタ環境の管理機能を大幅に強化!Pgpool-II 4.0 のご紹介] at [https://www.sraoss.co.jp/event_seminar/2018/0925.php Pgpool-II Day - Pgpool-II 4.0 Anniversary -] (日本語, PDF) (2018/9/25) | ||
+ | * [https://www.sraoss.co.jp/event_seminar/2018/pgpool-past-now-and-future-20180925.pdf 誕生から 15 年を迎えた Pgpool-II の過去と現在、そして未来] at [https://www.sraoss.co.jp/event_seminar/2018/0925.php Pgpool-II Day - Pgpool-II 4.0 Anniversary -] (日本語, PDF) (2018/9/25) | ||
+ | * [https://www.sraoss.co.jp/event_seminar/2017/Pgpool-II-3.7.pdf 信頼性を向上させ、PostgreSQL 10 に対応した Pgpool-II 3.7 のご紹介] at [https://www.pgconf.asia/JA/2017/day-2/#B5 PGConf.ASIA 2017] (2017/12/06) | ||
+ | * [http://www.pgpool.net/download.php?f=Pgpool-II-history.pdf Pgpool-II: Past, Present and Future] at [http://www.pgconf.asia/EN/2016/day-2/#B3 PGConf.ASIA 2016] (日本語, PDF) (2016/12/07) | ||
+ | * [http://www.pgpool.net/pgpool-web/contrib_docs/pgpool-II-internal-1.pdf 第1回Pgpool-II内部情報セミナー資料] (日本語, PDF、Pgpool-II 4.0対応) (2016/09/07) | ||
+ | * [http://pgpool.net/mediawiki/images/2016-02-Moscow-pgpool-II-3.5.pdf "How to manage a herd of elephants: PostgreSQL clusters using streaming replication and pgpool-II"] at [https://pgconf.ru/en/2016/89695 "PGConf.Russia 2016"] (英語, PDF) (2016/02/03) | ||
+ | * [http://www.sraoss.co.jp/event_seminar/2015/pgpool-II-3.5.pdf "How to manage a herd of elephants: Introducing new features of pgpool-II 3.5"] at [http://www.eventdove.com/event/106042 "PostgreSQL Conference China 2015"] (英語, PDF) (2015/11/21) | ||
+ | * [http://pgpool.net/mediawiki/index.php?title=pgpool-II_3.5_features&redirect=no pgpool-II 3.5 new features] (English, Wiki) | ||
+ | * [http://www.pgpool.net/pgpool-web/contrib_docs/pgpool-II-3.5.pdf 6th Postgres Cluster Hackers Summit, pgCon 2015 "pgpool-II 3.5 How it will look like?"] (英語, PDF) | ||
+ | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2015.pdf 6th Postgres Cluster Hackers Summit, pgCon 2015 "pgpool-II Development Status Updates"] (英語, PDF) | ||
+ | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2014.pdf 5th Postgres Cluster Hackers Summit, pgCon 2014 "pgpool-II Development Status Updates"] (英語, PDF) | ||
+ | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2013.pdf 4th Postgres Cluster Hackers Summit, pgCon 2013 "pgpool-II Development Status Updates"] (英語, PDF) | ||
* [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2012.pdf 3rd Postgres Cluster Hackers Summit, pgCon 2012 "pgpool-II Development Status Updates"] (英語, PDF) | * [http://www.pgpool.net/pgpool-web/contrib_docs/ClusterMeeting2012.pdf 3rd Postgres Cluster Hackers Summit, pgCon 2012 "pgpool-II Development Status Updates"] (英語, PDF) | ||
− | |||
− | |||
== pgpool 開発者のブログ == | == pgpool 開発者のブログ == |
2019年8月21日 (水) 05:42時点における版
公式ドキュメント
- pgpool-II
- Pgpool-II manual (英語)
- Pgpool-II マニュアル (日本語)
- pgpoolAdmin
- pgpoolAdmin manual (英語)
- pgpoolAdmin マニュアル (日本語)
- Tutorials of pgpool-II 4.0
開発者によるドキュメント
- Introducing PostgreSQL SQL Parser - Use of PostgreSQL Parser in other Applications - at PGCon 2019 Ottawa (英語, PDF) (2019/05/31)
- Celebrating its 15th Anniversary: Pgpool-II Past, Present and Future - Part 2 at PGConf.ASIA 2018 (英語, PDF) (2018/12/11)
- Celebrating its 15th Anniversary: Pgpool-II Past, Present and Future - Part 1 at PGConf.ASIA 2018 (英語, PDF) (2018/12/11)
- PostgreSQL HA with Pgpool-II and whats been happening in Pgpool world lately... at Pgpool-II Day - Pgpool-II 4.0 Anniversary - (英語, PDF) (2018/9/25)
- PostgreSQL クラスタ環境の管理機能を大幅に強化!Pgpool-II 4.0 のご紹介 at Pgpool-II Day - Pgpool-II 4.0 Anniversary - (日本語, PDF) (2018/9/25)
- 誕生から 15 年を迎えた Pgpool-II の過去と現在、そして未来 at Pgpool-II Day - Pgpool-II 4.0 Anniversary - (日本語, PDF) (2018/9/25)
- 信頼性を向上させ、PostgreSQL 10 に対応した Pgpool-II 3.7 のご紹介 at PGConf.ASIA 2017 (2017/12/06)
- Pgpool-II: Past, Present and Future at PGConf.ASIA 2016 (日本語, PDF) (2016/12/07)
- 第1回Pgpool-II内部情報セミナー資料 (日本語, PDF、Pgpool-II 4.0対応) (2016/09/07)
- "How to manage a herd of elephants: PostgreSQL clusters using streaming replication and pgpool-II" at "PGConf.Russia 2016" (英語, PDF) (2016/02/03)
- "How to manage a herd of elephants: Introducing new features of pgpool-II 3.5" at "PostgreSQL Conference China 2015" (英語, PDF) (2015/11/21)
- pgpool-II 3.5 new features (English, Wiki)
- 6th Postgres Cluster Hackers Summit, pgCon 2015 "pgpool-II 3.5 How it will look like?" (英語, PDF)
- 6th Postgres Cluster Hackers Summit, pgCon 2015 "pgpool-II Development Status Updates" (英語, PDF)
- 5th Postgres Cluster Hackers Summit, pgCon 2014 "pgpool-II Development Status Updates" (英語, PDF)
- 4th Postgres Cluster Hackers Summit, pgCon 2013 "pgpool-II Development Status Updates" (英語, PDF)
- 3rd Postgres Cluster Hackers Summit, pgCon 2012 "pgpool-II Development Status Updates" (英語, PDF)
pgpool 開発者のブログ
- Setting up everything at one time
- pgpool-II 3.3 alpha1 is out!
- pgpool-II + now()
- Pgpool-II talk at PostgreSQL Conference Europe 2012