Revision 11613
Added by Aaron Marcuse-Kubitza about 11 years ago
schema.sql | ||
---|---|---|
59 | 59 |
-- |
60 | 60 |
|
61 | 61 |
CREATE FUNCTION score_ok(score double precision) RETURNS boolean |
62 |
LANGUAGE sql IMMUTABLE STRICT
|
|
62 |
LANGUAGE sql IMMUTABLE |
|
63 | 63 |
AS $_$ |
64 | 64 |
SELECT $1 >= 0.8 |
65 | 65 |
$_$; |
Also available in: Unified diff
inputs/.TNRS/schema.sql: score_ok(): don't make it STRICT because this prevents it from being inlined