Project

General

Profile

« Previous | Next » 

Revision 14468

inputs/.TNRS/schema.sql: taxon_match: added taxon_scrub_by_name index

View differences:

vegbien.sql
21795 21795

  
21796 21796

  
21797 21797
--
21798
-- Name: taxon_scrub_by_name; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: 
21799
--
21800

  
21801
CREATE INDEX taxon_scrub_by_name ON taxon_match USING btree ("*Accepted_name") WHERE (("*Selected" = 'true'::text) AND is_valid_match);
21802

  
21803

  
21804
--
21798 21805
-- Name: taxon_scrub_by_species_binomial; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: 
21799 21806
--
21800 21807

  

Also available in: Unified diff