Revision 14467
Added by Aaron Marcuse-Kubitza over 10 years ago
schema.sql | ||
---|---|---|
1747 | 1747 |
|
1748 | 1748 |
|
1749 | 1749 |
-- |
1750 |
-- Name: taxon_scrub_by_family; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
1751 |
-- |
|
1752 |
|
|
1753 |
CREATE INDEX taxon_scrub_by_family ON taxon_match USING btree ("Accepted_family__@TNRS__@vegpath.org") WHERE (("*Selected" = 'true'::text) AND is_valid_match); |
|
1754 |
|
|
1755 |
|
|
1756 |
-- |
|
1750 | 1757 |
-- Name: taxon_scrub_by_species_binomial; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
1751 | 1758 |
-- |
1752 | 1759 |
|
Also available in: Unified diff
inputs/.TNRS/schema.sql: taxon_match: added taxon_scrub_by_family index