root/bin/psql_verbose_vegbien @ 9881
1 | 6044 | aaronmk | #!/bin/sh
|
---|---|---|---|
2 | # Runs script verbosely on vegbien db, echoing commands and timings.
|
||
3 | |||
4 | selfDir="$(dirname -- "$0")" |
||
5 | |||
6 | 8109 | aaronmk | (
|
7 | echo 'SET client_min_messages = NOTICE;' |
||
8 | echo '\\timing on' |
||
9 | cat
|
||
10 | 8803 | aaronmk | )|"time" "$selfDir/psql_script_vegbien" --echo-all --echo-hidden "$@" |