From: Tatsuo Ishii Date: Fri, 25 Jul 2014 04:59:20 +0000 (+0900) Subject: Add a description that pcp_detach_node disconnects existing sessions. X-Git-Tag: V3_1_12~5 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a670bac4f54b2f52cea2214ad15300e716edb72a;p=pgpool2.git Add a description that pcp_detach_node disconnects existing sessions. --- diff --git a/doc/pgpool-en.html b/doc/pgpool-en.html index 1a599203e..6e57510ed 100644 --- a/doc/pgpool-en.html +++ b/doc/pgpool-en.html @@ -3858,6 +3858,7 @@ pcp_detach_node [-g] _timeout_ _host_ _port_ _userid_ _passwd_ _nodeid_

Detaches the given node from pgpool-II. +Exisiting connections to pgpool-II are forced to be disconnected. If -g is given, wait until all clients are disconnected (unless client_idle_limit_in_recovery is -1 or recovery_timeout is expired).

diff --git a/doc/pgpool-ja.html b/doc/pgpool-ja.html index be07df91a..8ed6fd8ac 100644 --- a/doc/pgpool-ja.html +++ b/doc/pgpool-ja.html @@ -3718,6 +3718,7 @@ desc : PCP port # to bind pcp_detach_node [-g] _timeout_ _host_ _port_ _userid_ _passwd_ _nodeid pgpool-IIのノードを切り離します。 + すでにpgpool-IIに接続しているセッションは強制的に切断されます。 -gを指定すると、すべてのクライアントが接続を終了するまでノードを復帰しません。 (ただし、client_idle_limit_in_recovery が -1 あるいは、recovery_timeout が設定されている場合を除く)