Revision 230
Added by Aaron Marcuse-Kubitza about 13 years ago
psql_vegbien | ||
---|---|---|
3 | 3 |
|
4 | 4 |
selfDir="$(dirname -- "$0")" |
5 | 5 |
|
6 |
. "$selfDir/vegbien_dest.sh"
|
|
6 |
. "$selfDir/vegbien_dest" |
|
7 | 7 |
export PGHOST="$out_host" PGUSER="$out_user" PGPASSWORD="$out_password" |
8 | 8 |
|
9 | 9 |
psql --dbname="$out_database" "$@" |
Also available in: Unified diff
Renamed vegbien_dest.sh to vegbien_dest to reflect that it is also includable by Makefiles