Revision 9826
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record_plants/postprocess.sql | ||
---|---|---|
1 |
SELECT util.search_path_append('util'); |
|
2 |
|
|
1 | 3 |
CREATE INDEX ON :table ("institution_code"); |
2 | 4 |
|
3 | 5 |
-- Remove institutions that we have direct data for |
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record_plants/postprocess.sql: add util to the search_path so that postprocess.sql will also work when run by inputs/input.Makefile, which only puts the datasource (GBIF) in the search_path