'descBackend_data_directory' => 'PostgreSQL database directory',
'descChild_life_time' => 'Life of an idle child process in seconds',
'descChild_max_connections' => 'If child_max_connections connections were received, child exits',
+ 'descChild_idle_limit' => 'Timeout in seconds while waiting for a query from a client',
+ 'descAuthentication_timeout' => 'Maximum time in seconds to complete client authentication',
'descConnection_cache' => 'If true, cache connections to PostgreSQL',
'descConnection_life_time' => 'Life time for each idle connection in seconds',
'descEnable_query_cache' => 'Perform query cache',
+ 'descFailover_command' => 'Command to be executed when detaching a node',
+ 'descFailback_command' => 'Command to be executed when attaching a node',
'descHealth_check_period' => 'Specifies the interval for next health checking. 0 means no health checking',
'descHealth_check_timeout' => 'Pgpool does "health check" periodically to detect PostgreSQL servers down, network communication problems or as such',
'descHealth_check_user' => 'PostgreSQL user name for the health checking',
'descPrint_timestamp' => 'If true, timestamp is added to each log line',
'descRecovery_user' => 'PostgreSQL user name for online recovery',
'descRecovery_password' => 'PostgreSQL user password for online recovery',
+ 'descRecovery_1st_stage_command' => 'Recovery command to be excuted on the first stage'
+ 'descRecovery_2nd_stage_command' => 'Recovery command to be excuted on the second stage'
'descReplication_mode' => 'Set this to true if you are going to use replication functionality',
'descReplication_stop_on_mismatch' => 'Stop replication mode on data mismatch between master and secondary',
'descReplicate_select' => 'If true, replicate SELECT queries. If false, send only to master ',