Revision 5326
Added by Aaron Marcuse-Kubitza about 12 years ago
vegbien.sql | ||
---|---|---|
1243 | 1243 |
-- Name: COLUMN taxonconcept.family; Type: COMMENT; Schema: public; Owner: - |
1244 | 1244 |
-- |
1245 | 1245 |
|
1246 |
COMMENT ON COLUMN taxonconcept.family IS 'The family portion of the taxonomic name.';
|
|
1246 |
COMMENT ON COLUMN taxonconcept.family IS 'The family of the taxonomic name. This is a cached field for easy querying; the scoping version of this field is stored in the chain of parent_id ancestors.';
|
|
1247 | 1247 |
|
1248 | 1248 |
|
1249 | 1249 |
-- |
1250 | 1250 |
-- Name: COLUMN taxonconcept.genus; Type: COMMENT; Schema: public; Owner: - |
1251 | 1251 |
-- |
1252 | 1252 |
|
1253 |
COMMENT ON COLUMN taxonconcept.genus IS 'The genus portion of the taxonomic name.'; |
|
1253 |
COMMENT ON COLUMN taxonconcept.genus IS 'The genus portion of the taxonomic name. This is a cached field for easy querying; the scoping version of this field is stored in the chain of parent_id ancestors.';
|
|
1254 | 1254 |
|
1255 | 1255 |
|
1256 | 1256 |
-- |
1257 | 1257 |
-- Name: COLUMN taxonconcept.species; Type: COMMENT; Schema: public; Owner: - |
1258 | 1258 |
-- |
1259 | 1259 |
|
1260 |
COMMENT ON COLUMN taxonconcept.species IS 'The species portion of the taxonomic name.'; |
|
1260 |
COMMENT ON COLUMN taxonconcept.species IS 'The species portion of the taxonomic name. This is a cached field for easy querying; the scoping version of this field is stored in the chain of parent_id ancestors.';
|
|
1261 | 1261 |
|
1262 | 1262 |
|
1263 | 1263 |
-- |
Also available in: Unified diff
schemas/vegbien.sql: taxonconcept: family, genus, species: Added comment that each is a cached field for easy querying and the scoping version of it is stored in the chain of parent_id ancestors