Revision 9392
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/runscripts/table.run | ||
---|---|---|
63 | 63 |
if test -e "$file"; then psql "$@"; fi |
64 | 64 |
} |
65 | 65 |
|
66 |
load_data() |
|
67 |
{ |
|
68 |
echo_func |
|
69 |
table_make ${remake:+re}install # just the table |
|
70 |
} |
|
71 |
|
|
66 | 72 |
import() |
67 | 73 |
{ |
68 | 74 |
echo_func |
75 |
load_data |
|
69 | 76 |
map_table |
70 | 77 |
postprocess |
71 | 78 |
mk_derived |
Also available in: Unified diff
lib/runscripts/table.run: import(): added step to load the data into the staging table before postprocessing it