Closed smurthys closed 6 years ago
Many function definitions (for example, those in addHelpers.sql) do not include appropriate attributes.
addHelpers.sql
All function definitions should include the following attribute values if the default value is not appropriate:
IMMUTABLE
STABLE
RETURNS NULL ON NULL INPUT
SECURITY DEFINER
ROWS
The nature of this issue is similar to that of Issue #140:
I believe this issue can be closed now.
Many function definitions (for example, those in
addHelpers.sql
) do not include appropriate attributes.All function definitions should include the following attribute values if the default value is not appropriate:
IMMUTABLE
,STABLE
RETURNS NULL ON NULL INPUT
SECURITY DEFINER
ROWS
The nature of this issue is similar to that of Issue #140: