Sourcing sqwpg_Global.lib v2025.10 SQWareProduction for PostgreSQL (dbSQWare) ... 
#Standard help for script sqwpg_PgBackrestAll.ksh:
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -h
#Display online help for this script
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -Locale en -h
#Display online help for this script with forcing of the 'en' locale (by default locale managed by $gvsqw_Locale)
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -s
#Display usage examples for this script
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -T full
#Display generated commands without execute them !
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -T full -Exec
#Execute the script sqwpg_PgBackrest.ksh to analyze tables of all clusters in parallel
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -T full -Dist -Exec
#Analyze all tables for all the databases of the non-local instance $PG_SID with distant connection
#You need to register credentials to use for distant connection to the instance (user and so on) in file $gvsqw_DistPasswdFile
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -T full -P <Nb threads> -Exec
#Execute generated commands with several threads in parallel
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -T full -Opt <Option> -Exec
#Execute the script with option <Option>
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -T full -AGR 20 -Exec
#Set the waiting time in seconds between two command run, 20s here
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -T full -AGE 30 -Exec
#Set the waiting time in seconds between two end checks, 30s here
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -T full -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' -Exec
#Add the mail list to the default address managed by $gvsqw_GlobalMail
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -T full -SendReport -Exec
#Send the log by email at the end of the treatment even if there is no error
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -T full -NoMail -Exec
#Disables sending an email on error to $gvsqw_GlobalMail (by default, send on error)
$gvsqw_PgBin/sqwpg_PgBackrestAll.ksh -T full -FRT <NumericValue> -Exec
#Force return code to <NumericValue> on error (if no error, exit 0!)
#You can also force return code of this script on all your
#environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwpg_PgBackrestAll=<NumericValue>
#in configuration file $gvsqw_PgBin/../etc_cust/sqwpg_GlobalVar.cfg