Project

General

Profile

« Previous | Next » 

Revision 5734

schemas/vegbien.sql: Removed no longer used _is_higher_taxon(). Use _has_taxonomic_name() or _taxonomic_name_is_epithet() instead.

View differences:

vegbien.sql
312 312

  
313 313

  
314 314
--
315
-- Name: _is_higher_taxon(taxonrank); Type: FUNCTION; Schema: public; Owner: -
316
--
317

  
318
CREATE FUNCTION _is_higher_taxon(rank taxonrank) RETURNS boolean
319
    LANGUAGE sql IMMUTABLE STRICT
320
    AS $_$
321
SELECT $1 < 'family'
322
$_$;
323

  
324

  
325
--
326 315
-- Name: _taxonlabel_set_matched_label_id(integer, integer, double precision); Type: FUNCTION; Schema: public; Owner: -
327 316
--
328 317

  

Also available in: Unified diff