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