Revision 11461
Added by Aaron Marcuse-Kubitza about 11 years ago
lib/runscripts/extract.run | ||
---|---|---|
4 | 4 |
|
5 | 5 |
if self_not_included; then |
6 | 6 |
|
7 |
export extract_view="${top_filename%.csv}" |
|
8 |
|
|
7 | 9 |
export_() |
8 | 10 |
{ |
9 | 11 |
echo_func; set_make_vars; deferred_check_target_exists |
10 |
table=analytical_stem to_top_file pg_export
|
|
12 |
table="$extract_view" to_top_file pg_export
|
|
11 | 13 |
} |
12 | 14 |
|
13 | 15 |
fi |
Also available in: Unified diff
lib/runscripts/extract.run: use the extract-specific view instead of all of analytical_stem