[postgis-commits] svn - r2646 - trunk/lwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Wed Jul 4 10:12:06 PDT 2007


Author: mleslie
Date: 2007-07-04 10:12:05 -0700 (Wed, 04 Jul 2007)
New Revision: 2646

Modified:
   trunk/lwgeom/lwpostgis.sql.in
Log:
Applied the patch from Michael Fuhr to fix the definition of ST_PointN

Modified: trunk/lwgeom/lwpostgis.sql.in
===================================================================
--- trunk/lwgeom/lwpostgis.sql.in	2007-07-03 21:36:28 UTC (rev 2645)
+++ trunk/lwgeom/lwpostgis.sql.in	2007-07-04 17:12:05 UTC (rev 2646)
@@ -4926,8 +4926,8 @@
 	AS '@MODULE_FILENAME@','LWGEOM_pointn_linestring'
 	LANGUAGE 'C' _IMMUTABLE_STRICT; -- WITH (isstrict);
 
--- PostGIS equivalent function: PointN(geometry)
-CREATEFUNCTION ST_PointN(geometry)
+-- PostGIS equivalent function: PointN(geometry,integer)
+CREATEFUNCTION ST_PointN(geometry,integer)
 	RETURNS geometry
 	AS '@MODULE_FILENAME@','LWGEOM_pointn_linestring'
 	LANGUAGE 'C' _IMMUTABLE_STRICT; -- WITH (isstrict);



More information about the postgis-commits mailing list