[postgis-devel] ST_PointN incorrectly defined
Michael Fuhr
mike at fuhr.org
Wed Jul 4 07:29:15 PDT 2007
The CREATE statement for ST_PointN in lwgeom/lwpostgis.sql.in is:
CREATEFUNCTION ST_PointN(geometry)
RETURNS geometry
AS '@MODULE_FILENAME@','LWGEOM_pointn_linestring'
LANGUAGE 'C' _IMMUTABLE_STRICT; -- WITH (isstrict);
Shouldn't that be (geometry,integer)?
--
Michael Fuhr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lwpostgis.patch
Type: text/x-diff
Size: 629 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20070704/f1d66e2c/attachment.patch>
More information about the postgis-devel
mailing list