update docstring

main
Motiejus Jakštys 2021-05-19 22:57:49 +03:00 committed by Motiejus Jakštys
parent 50614c6e24
commit 772da3076f
1 changed files with 2 additions and 2 deletions

4
wm.sql
View File

@ -379,8 +379,8 @@ begin
end;
$$ language plpgsql;
-- splits a line by a point in a more robust way than st_split
-- (see https://trac.osgeo.org/postgis/ticket/2192)
-- sm_st_split a line by a point in a more robust way than st_split.
-- See https://trac.osgeo.org/postgis/ticket/2192
drop function if exists wm_st_split;
create function wm_st_split(
input geometry,