RELOAD_ADMINTOOLS_CONF
Updates the admintools.conf on each UP node in the cluster.
	Updates the admintools.conf on each UP node in the cluster. Updates include:
- 
IP addresses and catalog paths 
- 
Node names for all nodes in the current database 
This function provides a manual method to instruct the server to update admintools.conf on all UP nodes. For example, if you restart a node, call this function to confirm its admintools.conf file is accurate.
This is a meta-function. You must call meta-functions in a top-level SELECT statement.
Behavior type
VolatileSyntax
RELOAD_ADMINTOOLS_CONF()
Privileges
SuperuserExamples
Update admintools.conf on each UP node in the cluster:
=> SELECT RELOAD_ADMINTOOLS_CONF();
  RELOAD_ADMINTOOLS_CONF
--------------------------
 admintools.conf reloaded
(1 row)