Revision 6813
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/CVS/cvs.~.utils.sql | ||
---|---|---|
60 | 60 |
, (SELECT "plantName" FROM "level_plantName" WHERE "plantLevel" = 'Variety') |
61 | 61 |
, (SELECT "plantName" FROM "level_plantName" WHERE "plantLevel" = 'Forma') |
62 | 62 |
$BODY$ |
63 |
LANGUAGE sql VOLATILE STRICT
|
|
63 |
LANGUAGE sql STABLE STRICT
|
|
64 | 64 |
COST 100; |
Also available in: Unified diff
inputs/CVS/cvs.~.utils.sql: plantconcept_plantnames(): Made function STABLE instead of VOLATILE because it does not modify any tables