pgpool_adm_pcp_attach_node
Arguments
- node_id
-
The index of backend node to attach.
- pcp_server
-
The foreign server name for pcp server.
- Other arguments
-
See pcp_common_options .
Example
Here is an example output:
test=# SELECT * FROM pcp_attach_node(1,'localhost',11001,'t-ishii','t-ishii'); node_attached --------------- t (1 row)