Here it is, sorry. Le 03/03/2011 07:30, Tatsuo Ishii a écrit : > Gilles, > > Can you please give me the doc patch in diff -c format? > -- > Tatsuo Ishii > SRA OSS, Inc. Japan > English: http://www.sraoss.co.jp/index_en.php > Japanese: http://www.sraoss.co.jp -- Gilles Darold http://dalibo.com - http://dalibo.org
*** pgpool-II-current/doc/pgpool-en.html 2011-02-27 17:36:25.000000000 +0100 --- pgpool-II/doc/pgpool-en.html 2011-02-27 19:49:48.000000000 +0100 *************** *** 3041,3046 **** --- 3041,3047 ---- * pcp_systemdb_info - retrieves the System DB information * pcp_detach_node - detaches a node from pgpool-II * pcp_attach_node - attaches a node to pgpool-II + * pcp_promote_node - promote a new master node to pgpool-II * pcp_stop_pgpool - stops pgpool-II </pre> </p> *************** *** 3275,3280 **** --- 3276,3293 ---- </pre> </p> + <h3>pcp_promote_node</h3> + <p> + <pre> + Format: + pcp_promote_node [-g] _timeout_ _host_ _port_ _userid_ _passwd_ _nodeid_ + + Promotes the given node as new master to pgpool-II. In master/slave streaming replication only. + If -g is given, wait until all clients are disconnected (unless + client_idle_limit_in_recovery is -1 or recovery_timeout is expired). + </pre> + </p> + <h3>pcp_stop_pgpool</h3> <pre> Format:
_______________________________________________ Pgpool-hackers mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-hackers
