pgpool_adm_pcp_node_info
名前
pgpool_adm_pcp_node_info --
指定ノードIDの情報を表示する関数
概要
pcp_node_info returns record
(integer node_id, text host, integer port, text username, text password, out status text, out weight float4);
pcp_node_info returns record
(integer node_id, text pcp_server, out status text, out weight float4);
説明
pcp_node_info
は指定されたノードIDの情報を表示します。
使用例
使用例です。
test=# SELECT * FROM pcp_node_info(0,'',11001,'t-ishii','t-ishii');
host | port | status | weight
------+-------+-------------------+--------
/tmp | 11002 | Connection in use | 0.5
(1 row)