Project

General

Profile

« Previous | Next » 

Revision 9984

inputs/.TNRS/schema.sql: score_ok(): changed to IMMUTABLE and STRICT

View differences:

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