commit 2e3a38897d5fc173073f033f143a69657c3bb887 (tree) parent 86cdb8a005e7019a42e83d0955cecb6aece2d22d Author: Motiejus Jakštys <motiejus@uber.com> Date: Thu, 6 May 2021 16:33:59 +0300 update docstring Diffstat:
| M | IV/wm.sql | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/IV/wm.sql b/IV/wm.sql @@ -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,