From 772da3076f8d6c0422ec2616357bc91ed24b96ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 19 May 2021 22:57:49 +0300 Subject: [PATCH] update docstring --- wm.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wm.sql b/wm.sql index 542e5e8..35f2c32 100644 --- a/wm.sql +++ b/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,