update docstring
This commit is contained in:
parent
86cdb8a005
commit
2e3a38897d
@ -379,8 +379,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
$$ language plpgsql;
|
$$ language plpgsql;
|
||||||
|
|
||||||
-- splits a line by a point in a more robust way than st_split
|
-- sm_st_split a line by a point in a more robust way than st_split.
|
||||||
-- (see https://trac.osgeo.org/postgis/ticket/2192)
|
-- See https://trac.osgeo.org/postgis/ticket/2192
|
||||||
drop function if exists wm_st_split;
|
drop function if exists wm_st_split;
|
||||||
create function wm_st_split(
|
create function wm_st_split(
|
||||||
input geometry,
|
input geometry,
|
||||||
|
Loading…
Reference in New Issue
Block a user