ใญใฃใใทใฅใใใ<productname>PostgreSQL</>ใธใฎๆฅ็ถใๅๆญใใใพใงใฎๆ้ใ็งๅไฝใงๆๅฎใใพใใ
ใใใฏใญใฃใใทใฅใใใๆฅ็ถใฎๆๅนๆ้ใจใใฆๅใใพใใ
</para>
+ <para>
+ ใใฎใญใฃใใทใฅใไฟๆใใใใญใปในใซๆฅ็ถไธญใฎใฏใฉใคใขใณใใใใๅ ดๅใฏใใใฎๆฅ็ถใ็ตไบใใใพใง<varname>connection_life_time</varname>ใฎๆๅนๆ้ใๆฅใใใฉใใใฎ่จ็ฎใฏ่กใใใพใใใ
+ ใใใใฃใฆใใใฎใใฉใกใผใฟใฎ่จญๅฎๅคใใใ้ทๆ้ใญใฃใใทใฅใใใใณใใฏใทใงใณใไฟๆใใใใใจใใใๅพใพใใ
+ ใใใ้ฟใใใๅ ดๅใฏใ<xref linkend="guc-client-idle-limit">ใ็ญใใซ่จญๅฎใใใใจใใๅงใใใพใใ
+ </para>
<para>
<!--
The default is 0, which means the cached connections will not be disconnected.
<listitem>
<para>
Specifies the time in seconds to terminate the cached connections
- to the PostgreSQL backend. This serves as the cached connection expiration time.
+ to the <productname>PostgreSQL</> backend. This serves as the cached connection expiration time.
</para>
<para>
- The default is 0, which means the cached connections will not be disconnected.
+ If a client connects to the process which holds the cached
+ connections, a calculation on
+ the <varname>connection_life_time</varname> is not performed
+ until the client disconnects. Thus it is possible that the cached
+ connections are kept for longer time than this value. To avoid
+ this, it is recommended to set shorter value
+ to <xref linkend="guc-client-idle-limit">.
+ </para>
+ <para>
+ The default is 0, which means the cached connections will not be
+ disconnected.
</para>
<para>
This parameter can only be set at server start.