]> granicus.if.org Git - postgis/commitdiff
#2332 ammendment correct the note to note we are no longer just wrapping the otehr...
authorRegina Obe <lr@pcorp.us>
Sun, 19 May 2013 15:37:34 +0000 (15:37 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 19 May 2013 15:37:34 +0000 (15:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11474 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/lwgeom_ogc.c

index ffb7f5b4eab8b09d68b7e55b49ac2834ab9cdcc3..447e73f57def1badbcc454d9b56afa8353f289a3 100644 (file)
@@ -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);