Revision 9984
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/.TNRS/schema.sql | ||
---|---|---|
3 | 3 |
$BODY$ |
4 | 4 |
SELECT $1 >= 0.8 |
5 | 5 |
$BODY$ |
6 |
LANGUAGE sql VOLATILE
|
|
6 |
LANGUAGE sql IMMUTABLE STRICT
|
|
7 | 7 |
COST 100; |
8 | 8 |
|
9 | 9 |
/* IMPORTANT: when changing this table's schema, you must regenerate data.sql: |
Also available in: Unified diff
inputs/.TNRS/schema.sql: score_ok(): changed to IMMUTABLE and STRICT