Revision 10828
Added by Aaron Marcuse-Kubitza over 11 years ago
run | ||
---|---|---|
8 | 8 |
: "${schema:=public}" |
9 | 9 |
: "${exports_dir:="$top_dir"/exports}" |
10 | 10 |
|
11 |
taxon_trait/make() # runtime: ~0 ("real 0m0.343s") @ r10825
|
|
11 |
taxon_trait/make() # runtime: ~0 ("real 0m0.411s") @ r10826
|
|
12 | 12 |
{ |
13 | 13 |
echo_func; set_make_vars; check_fake_target_exists |
14 |
local order_by=(scientificName measurementType) |
|
14 | 15 |
pg_export_table_to_dir "$target_filename" |
15 | 16 |
} |
16 | 17 |
|
Also available in: Unified diff
/run: taxon_trait/make(): order by scientificName, measurementType as described in the taxon_trait table comment