Document highway

This commit is contained in:
lukasmartinelli
2016-10-28 21:07:07 +02:00
parent ca28a0ac24
commit 94f0573226
5 changed files with 57 additions and 5 deletions

View File

@@ -40,4 +40,4 @@ CREATE OR REPLACE FUNCTION to_highway_properties(is_bridge boolean, is_tunnel bo
WHEN is_oneway THEN 'oneway'::highway_properties
ELSE NULL
END;
$$ LANGUAGE SQL IMMUTABLE STRICT;
$$ LANGUAGE SQL IMMUTABLE;