Project

General

Profile

« Previous | Next » 

Revision 10317

added inputs/ARIZ/omoccurrences/postprocess.sql

View differences:

inputs/ARIZ/omoccurrences/postprocess.sql
1
SELECT util.search_path_append('util');
2

  
3
-- cultivated can only be true or NULL, not false
4
SELECT mk_derived_col((:table_str, 'cultivated'),
5
$$_map('"0"=>NULL, "*"=>"*"', "cultivationStatus")$$);

Also available in: Unified diff