Mention that connections to template0, template1, postgres and
regression databases are not cached even if connection_cache is on.
<dl>
<dt><a name="CONNECTION_CACHE"></a>connection_cache</dt>
<dd>
- <p>Caches connections to backends when set to true. Default is true.
+ <p>Caches connections to backends when set to on. Default is true.
+ However, connections to template0, template1, postgres and
+ regression databases are not cached even if connection_cache is
+ on.
</p>
<p>
You need to restart pgpool-II if you change this value.</p>
<dt><a name="CONNECTION_CACHE"></a>connection_cache</dt>
<dd>
<p>
- trueならPostgreSQLへのコネクションをキャッシュします。デフォルトはtrueです。
+ trueならPostgreSQLへのコネクションをキャッシュします。デフォルトはonです。
+ ただし、connection_cacheがonでも、template0、template1、postgres、
+ regression データベースへの接続はキャッシュされません。
</p>
<p>
このパラメータを変更した時には pgpool-II を再起動してください。