Project

General

Profile

« Previous | Next » 

Revision 4967

schemas/vegbien.sql: taxon: descriptive comment: Reworded to emphasize that this stores only one rank (e.g. family) of the full taxonomic name, in contrast to taxonpath, which stores all of them

View differences:

vegbien.sql
2951 2951
-- Name: TABLE taxon; Type: COMMENT; Schema: public; Owner: -
2952 2952
--
2953 2953

  
2954
COMMENT ON TABLE taxon IS 'A formal, named taxon, which can be at any level in the taxonomic hierarchy. Note that the taxonname stores only one rank (e.g. family) of the full identifying name. The higher-level ranks are determined by the taxon''s chain of ancestors in parent_id.
2954
COMMENT ON TABLE taxon IS 'A formal, named taxon. Can be at any level in the taxonomic hierarchy. Note that the taxon name stores only one rank (e.g. family) of the full taxonomic name. The higher-level ranks are stored in the taxon''s chain of parent_id ancestors.
2955 2955

  
2956 2956
Equivalent to VegBank''s plantConcept and plantName tables, plus plantParent_ID and
2957 2957
plantLevel from plantStatus.';

Also available in: Unified diff