Project

General

Profile

1
#!/bin/sh
2
# Runs script verbosely on vegbien db, echoing commands and timings.
3

    
4
selfDir="$(dirname -- "$0")"
5

    
6
(
7
    echo 'SET client_min_messages = NOTICE;'
8
    echo '\\timing on'
9
    cat
10
)|"time" "$selfDir/psql_script_vegbien" --echo-all --echo-hidden "$@"
(60-60/86)