Revision 12394
Added by Aaron Marcuse-Kubitza almost 11 years ago
psql_verbose_vegbien | ||
---|---|---|
4 | 4 |
selfDir="$(dirname -- "$0")" |
5 | 5 |
|
6 | 6 |
( |
7 |
echo '\set VERBOSITY terse'; |
|
7 |
# \\ because this is sh, not bash |
|
8 |
echo '\\set VERBOSITY terse' |
|
8 | 9 |
echo '\\timing on' |
9 | 10 |
echo 'SET client_min_messages = NOTICE;' |
10 | 11 |
cat |
Also available in: Unified diff
bin/psql_verbose_vegbien: use \\ instead of \ inside '' because this is sh, not bash