Revision 9765
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/.TNRS/schema.sql | ||
---|---|---|
63 | 63 |
("Name_submitted" ) |
64 | 64 |
WHERE score_ok("Max_score"); |
65 | 65 |
|
66 |
/* IMPORTANT: when changing this function, you must regenerate the derived cols: |
|
67 |
UPDATE tnrs SET "Name_submitted" = "Name_submitted" |
|
68 |
*/ |
|
66 | 69 |
CREATE OR REPLACE FUNCTION tnrs_populate_fields() |
67 | 70 |
RETURNS trigger AS |
68 | 71 |
$BODY$ |
Also available in: Unified diff
inputs/.TNRS/schema.sql: tnrs_populate_fields(): documented that when changing this function, you must regenerate the derived cols using `UPDATE tnrs SET "Name_submitted" = "Name_submitted"`