]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
shift added to remove 'psql' params passed to psql command
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 22 May 2011 15:50:38 +0000 (17:50 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 22 May 2011 15:50:38 +0000 (17:50 +0200)
sql/builder.sh

index 221bd870b9b6715e63c2a86d401ab5f0cc81f567..7e021dbc5bea4554ff9efdc40628d74255fd01d4 100755 (executable)
@@ -65,8 +65,10 @@ elif [ "$1" = "rebuild" ]; then
         echo "-- MESG: build start" ; one_or_all $2 | grep -iv '^drop' ; echo "-- MESG: build end" ;   ) \
         | sqlexe $sht
 elif [ "$1" = "psql" ]; then
+   shift
    psql -h $DBHOST -U $DBUSER $DBBASE $@
 elif [ "$1" = "piped" ]; then
+   shift
    psql -h $DBHOST -U $DBUSER $DBBASE -t -q -A -F '|' $@
 elif [ "$1" = "dump" ]; then
     if [ $# -eq 1 ]; then