Revision 5033
Added by Aaron Marcuse-Kubitza about 12 years ago
vegbien.sql | ||
---|---|---|
981 | 981 |
|
982 | 982 |
COMMENT ON COLUMN placepath.canon_placepath_id IS 'The placepath containing the scrubbed name of this verbatim place path. placepaths should be linked only one level deep, with verbatim place paths pointing to scrubbed names. |
983 | 983 |
|
984 |
A scrubbed name should point to itself in this field. This is automatically created by setting this field to the special value 0.';
|
|
984 |
A scrubbed name should point to itself in this field. This will happen automatically by setting it to the special value 0.';
|
|
985 | 985 |
|
986 | 986 |
|
987 | 987 |
-- |
... | ... | |
1196 | 1196 |
|
1197 | 1197 |
COMMENT ON COLUMN taxonpath.canon_taxonpath_id IS 'The taxonpath containing the scrubbed name of this verbatim taxonomic name. taxonpaths should be linked only one level deep, with verbatim taxonomic names pointing to scrubbed names. |
1198 | 1198 |
|
1199 |
A scrubbed name should point to itself in this field. This is automatically created by setting this field to the special value 0.';
|
|
1199 |
A scrubbed name should point to itself in this field. This will happen automatically by setting it to the special value 0.';
|
|
1200 | 1200 |
|
1201 | 1201 |
|
1202 | 1202 |
-- |
Also available in: Unified diff
schemas/vegbien.sql: taxonpath.canon_taxonpath_id, placepath.canon_placepath_id: Fixed comment describing that the special value 0 creates an automatic self-reference