From 1992e8fa0543aa5c9d024704d97b7efc1a63584e Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 19 May 2013 15:37:34 +0000 Subject: [PATCH] #2332 ammendment correct the note to note we are no longer just wrapping the otehr function git-svn-id: http://svn.osgeo.org/postgis/trunk@11474 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/lwgeom_ogc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postgis/lwgeom_ogc.c b/postgis/lwgeom_ogc.c index ffb7f5b4e..447e73f57 100644 --- a/postgis/lwgeom_ogc.c +++ b/postgis/lwgeom_ogc.c @@ -783,7 +783,8 @@ Datum LWGEOM_from_text(PG_FUNCTION_ARGS) * return a geometry. * * @note that this is a wrapper around - * LWGEOMFromWKB, where we refuse to + * lwgeom_from_wkb, where we throw + * a warning if ewkb passed in * accept EWKB. */ PG_FUNCTION_INFO_V1(LWGEOM_from_WKB);