Revision 11354
Added by Aaron Marcuse-Kubitza about 11 years ago
inputs/.geoscrub/geoscrub_output/geoscrub.csv.run | ||
---|---|---|
8 | 8 |
make() # usage: rm=1 .../self.run make |
9 | 9 |
{ |
10 | 10 |
echo_func; require_remote |
11 |
database=geoscrub table=geoscrub to_top_file pg_as_root pg_export |
|
11 |
local_pg_database=geoscrub table=geoscrub to_top_file pg_as_root pg_export
|
|
12 | 12 |
} |
13 | 13 |
|
14 | 14 |
all() # usage: rm=1 .../self.run |
Also available in: Unified diff
bugfix: inputs/.geoscrub/geoscrub_output/geoscrub.csv.run: need to set $local_pg_database instead of $database because use_local (in psql()) does not currently avoid clobbering already-set versions of the applicable env vars