Revision 8808
Added by Aaron Marcuse-Kubitza almost 12 years ago
run | ||
---|---|---|
10 | 10 |
export_ () |
11 | 11 |
{ |
12 | 12 |
echo_func "$@" |
13 |
pg_export_table_to_dir_no_header geoscrub_input |
|
13 |
pg_export_table_to_dir_no_header geoscrub_input "$@"
|
|
14 | 14 |
} |
15 | 15 |
|
16 | 16 |
fi |
Also available in: Unified diff
/run: export_ (): pass "$@" to invoked functions since it may contain psql connection or config info