Revision 6829
Added by Aaron Marcuse-Kubitza about 12 years ago
psql_script_vegbien | ||
---|---|---|
9 | 9 |
searchPath="\"${out_schemas//,/\",\"}\"" |
10 | 10 |
|
11 | 11 |
(test -z "$no_search_path" && echo "SET search_path TO $searchPath;"; cat)\ |
12 |
|"$selfDir/psql_vegbien" --set ON_ERROR_STOP=1 --quiet "$@" |
|
12 |
|nice -n +5 "$selfDir/psql_vegbien" --set ON_ERROR_STOP=1 --quiet "$@" |
Also available in: Unified diff
psql_script_vegbien: Run psql_vegbien with `nice -n +5` to prevent CPU-intensive operations from slowing down the shell/UI