you want q here
This commit is contained in:
parent
ee3c0b6f3c
commit
a2d55b6055
1 changed files with 1 additions and 1 deletions
2
util.sh
2
util.sh
|
@ -24,7 +24,7 @@ bwt_verify() {
|
|||
}
|
||||
|
||||
db_query() {
|
||||
psql "${PSQL_OPTS[@]}" --csv -c "${1?need query}"
|
||||
psql "${PSQL_OPTS[@]}" --csv -qc "${1?need query}"
|
||||
}
|
||||
|
||||
db_rows() {
|
||||
|
|
Loading…
Reference in a new issue