1<!-- doc/src/sgml/pgpool-en.sgml -->
2
3<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
4
5<!ENTITY % version SYSTEM "version.sgml">
6%version;
7<!ENTITY % filelist SYSTEM "filelist.sgml">
8%filelist;
9
10<!ENTITY reference  SYSTEM "reference.sgml">
11
12]>
13
14<book id="Pgpool-II" lang="ja">
15
16 <!--
17 <title>pgpool-II &version; Documentation</title>
18 -->
19 <title>Pgpool-II &version; 文書</title>
20
21
22 <bookinfo>
23  <corpauthor>The Pgpool Global Development Group</corpauthor>
24  <productname>Pgpool-II</productname>
25  <productnumber>&version;</productnumber>
26  &legal;
27 </bookinfo>
28
29 &intro;
30
31 <part id="tutorial">
32  <!--
33  <title>Tutorial</title>
34  -->
35  <title>チュートリアル</title>
36
37  <partintro>
38   <para>
39    <!--
40    This chapter explains how to get start with <productname>Pgpool-II</productname>.
41    -->
42    この章では、<productname>Pgpool-II</productname>を使いはじめる方法を説明します。
43   </para>
44
45  </partintro>
46
47  &start;
48  &advanced;
49
50 </part>
51
52 <part id="admin">
53  <!--
54  <title>Server Administration</title>
55  -->
56  <title>サーバ管理</title>
57
58  <partintro>
59   <para>
60    <!--
61    This part covers topics that are of interest
62    to <productname>Pgpool-II</productname> administrators.
63    -->
64    ここでは<productname>Pgpool-II</productname>管理者にとって関心のある事項を扱います。
65   </para>
66  </partintro>
67
68  &installation;
69  &runtime;
70  &config;
71   &connection-settings;
72   &connection-pooling;
73   &loadbalance;
74   &healthcheck;
75   &failover;
76   &online-recovery;
77   &stream-check;
78   &memcache;
79   &ssl;
80   &watchdog;
81   &misc-config;
82   &config-last;
83  &client-auth;
84 </part>
85
86 &examples;
87
88 &reference;
89
90 <!--
91 <part id="internals">
92 <title>Internals</title>
93
94 <partintro>
95 <para>
96 This part contains assorted information that might be of use to
97 <productname>PostgreSQL</> developers.
98   </para>
99  </partintro>
100
101 &arch-dev;
102 &catalogs;
103 &protocol;
104 &sources;
105 &nls;
106 &plhandler;
107 &fdwhandler;
108 &tablesample-method;
109 &custom-scan;
110 &geqo;
111 &indexam;
112 &gist;
113 &spgist;
114 &gin;
115 &brin;
116 &storage;
117 &bki;
118 &planstats;
119
120 </part>
121 -->
122
123 <part id="appendixes">
124  <!--
125  <title>Appendixes</title>
126  -->
127  <title>付録</title>
128
129  <partintro>
130   <para>
131    something...
132   </para>
133  </partintro>
134
135  &release;
136
137 </part>
138
139
140 <![%include-index;[&bookindex;]]>
141 <![%include-xslt-index;[<index id="bookindex"></index>]]>
142
143</book>
144