Revision 10568
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/NCU/Specimen/postprocess.sql | ||
---|---|---|
1 |
SELECT util.search_path_append('util'); |
|
2 |
|
|
3 |
|
|
4 |
-- cultivated can only be true or NULL, not false |
|
5 |
SELECT mk_derived_col((:table_str, 'cultivated'), |
|
6 |
$$_map('0=>NULL, -1=>true, *=>*', "Cultivated")$$) |
|
7 |
; -- runtime: 4 s ("Time: 3768.112 ms") @starscream |
Also available in: Unified diff
bugfix: placed inputs/NCU/Specimen/postprocess.sql under version control