#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
This commit is contained in:
Regina Obe 2013-05-19 15:37:34 +00:00
parent 5dac72b188
commit 1992e8fa05

View 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);