Revision 10399
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/test_taxonomic_names/_scrub/run | ||
---|---|---|
10 | 10 |
exports/make() |
11 | 11 |
{ |
12 | 12 |
echo_func |
13 |
schema=public."$schema" pg_export_tables_to_dir taxonverbatim taxonlabel |
|
14 |
schema=TNRS pg_export_tables_to_dir tnrs |
|
13 |
(schema=public."$schema" |
|
14 |
cols=* pg_export_tables_to_dir taxonverbatim |
|
15 |
cols=* pg_export_tables_to_dir taxonlabel |
|
16 |
) |
|
17 |
(schema=TNRS |
|
18 |
cols=* pg_export_tables_to_dir tnrs |
|
19 |
) |
|
15 | 20 |
} |
16 | 21 |
|
17 | 22 |
export_() |
Also available in: Unified diff
inputs/test_taxonomic_names/_scrub/run: exports/make(): allow specifying an explicit columns list for each table using cols=... (initially set to all columns)