Revision 13531
Added by Aaron Marcuse-Kubitza over 10 years ago
schema.sql | ||
---|---|---|
586 | 586 |
-- |
587 | 587 |
|
588 | 588 |
COMMENT ON VIEW taxon_scrub IS ' |
589 |
to update, use * as the column list |
|
589 |
to modify: |
|
590 |
SELECT "TNRS".taxon_scrub_modify($$ |
|
591 |
SELECT * |
|
592 |
FROM "TNRS"."ValidMatchedTaxon" |
|
593 |
LEFT JOIN "TNRS"."taxon_scrub.scrubbed_unique_taxon_name.*" USING (scrubbed_unique_taxon_name); |
|
594 |
$$); |
|
590 | 595 |
'; |
591 | 596 |
|
592 | 597 |
|
Also available in: Unified diff
inputs/.TNRS/schema.sql: taxon_scrub: documented how to modify it