Revision 7643
Added by Aaron Marcuse-Kubitza almost 12 years ago
schemas/vegbien.sql | ||
---|---|---|
1376 | 1376 |
-- Name: COLUMN taxonlabel.taxonomicname; Type: COMMENT; Schema: public; Owner: - |
1377 | 1377 |
-- |
1378 | 1378 |
|
1379 |
COMMENT ON COLUMN taxonlabel.taxonomicname IS 'The concatenated taxonomic name which uniquely identifies this taxon, including the author of that name. Must be unique within the datasource. |
|
1379 |
COMMENT ON COLUMN taxonlabel.taxonomicname IS 'The concatenated taxonomic name which uniquely identifies this taxon, including the family and author of that name. Must be unique within the datasource.
|
|
1380 | 1380 |
|
1381 | 1381 |
Equivalent to Darwin Core''s scientificName.'; |
1382 | 1382 |
|
... | ... | |
2510 | 2510 |
-- Name: COLUMN taxonverbatim.taxonomicname; Type: COMMENT; Schema: public; Owner: - |
2511 | 2511 |
-- |
2512 | 2512 |
|
2513 |
COMMENT ON COLUMN taxonverbatim.taxonomicname IS 'The concatenated taxonomic name which uniquely identifies this taxon, including the author of that name.
|
|
2513 |
COMMENT ON COLUMN taxonverbatim.taxonomicname IS 'The full taxonomic name which uniquely identifies this taxon, including the author of that name. The family should be omitted if possible.
|
|
2514 | 2514 |
|
2515 | 2515 |
Equivalent to Darwin Core''s scientificName.'; |
2516 | 2516 |
|
... | ... | |
2519 | 2519 |
-- Name: COLUMN taxonverbatim.taxonname; Type: COMMENT; Schema: public; Owner: - |
2520 | 2520 |
-- |
2521 | 2521 |
|
2522 |
COMMENT ON COLUMN taxonverbatim.taxonname IS 'The taxonomic name without the author.'; |
|
2522 |
COMMENT ON COLUMN taxonverbatim.taxonname IS 'The taxonomic name without the author. The family should be omitted if possible.';
|
|
2523 | 2523 |
|
2524 | 2524 |
|
2525 | 2525 |
-- |
Also available in: Unified diff
schemas/vegbien.sql: Disambiguated taxonlabel.taxonomicname, taxonverbatim.taxonomicname, and taxonverbatim.taxonname