update docstring

This commit is contained in:
Motiejus Jakštys 2021-05-06 16:33:59 +03:00
parent 86cdb8a005
commit 2e3a38897d

View File

@ -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,