Revision 6085
Added by Aaron Marcuse-Kubitza about 12 years ago
make_analytical_db | ||
---|---|---|
12 | 12 |
INSERT INTO geoscrub_input SELECT * FROM geoscrub_input_view; |
13 | 13 |
|
14 | 14 |
SELECT make_family_higher_plant_group(); |
15 |
TRUNCATE threatened_taxonlabel; |
|
16 |
INSERT INTO threatened_taxonlabel SELECT * FROM threatened_taxonlabel_view; |
|
15 | 17 |
|
16 | 18 |
TRUNCATE analytical_stem; |
17 | 19 |
INSERT INTO analytical_stem SELECT * FROM analytical_stem_view; |
Also available in: Unified diff
schemas/vegbien.sql: Added threatened_taxonlabel derived table with generating view threatened_taxonlabel_view