Project

General

Profile

« Previous | Next » 

Revision 13686

inputs/.TNRS/schema.sql: unsafe_taxon_names(): removed the name with "spp." now that this TNRS bug (https://pods.iplantcollaborative.org/jira/browse/TNRS-193) has been fixed

View differences:

trunk/inputs/.TNRS/schema.sql
277 277
    LANGUAGE sql IMMUTABLE
278 278
    AS $$
279 279
SELECT ARRAY[
280
'Lamiaceae Agastache pallidiflora (Heller) Rydb. spp. pallidiflora var. gilensis R.W. Sanders'
281
]
280
]::text[]
282 281
$$;
283 282

  
284 283

  
trunk/schemas/vegbien.sql
17627 17627
    LANGUAGE sql IMMUTABLE
17628 17628
    AS $$
17629 17629
SELECT ARRAY[
17630
'Lamiaceae Agastache pallidiflora (Heller) Rydb. spp. pallidiflora var. gilensis R.W. Sanders'
17631
]
17630
]::text[]
17632 17631
$$;
17633 17632

  
17634 17633

  

Also available in: Unified diff