Fix syntax

This commit is contained in:
Javier Goizueta 2016-02-22 16:14:28 +01:00
parent 59fdaa40ac
commit f3b8546063

View File

@ -51,4 +51,4 @@ BEGIN
RETURN ST_Collect(points);
END;
$$
LANGUAGE plpgsql VOLATILE
LANGUAGE plpgsql VOLATILE;