Changeset: 9e9e7b723704 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9e9e7b723704
Modified Files:
        geom/sql/40_geom.sql
Branch: sfcgal
Log Message:

Fix function signature


diffs (12 lines):

diff --git a/geom/sql/40_geom.sql b/geom/sql/40_geom.sql
--- a/geom/sql/40_geom.sql
+++ b/geom/sql/40_geom.sql
@@ -4371,7 +4371,7 @@ CREATE FUNCTION ST_Dump(geom Geometry) R
 CREATE FUNCTION ST_Dump(geom Geometry, parent int) RETURNS TABLE(parent int, 
id string, polygonWKB Geometry) EXTERNAL NAME geom."DumpP";
 CREATE FUNCTION ST_DumpPoints(geom Geometry) RETURNS TABLE(path string, pointG 
Geometry) EXTERNAL NAME geom."DumpPoints";
 CREATE FUNCTION ST_DumpPoints(geom Geometry, parent int) RETURNS TABLE(parent 
int, path string, pointG Geometry) EXTERNAL NAME geom."DumpPointsP";
-CREATE FUNCTION ST_DumpRings RETURNS TABLE(polygonWKB Geometry) EXTERNAL NAME 
geom."DumpRings";
+CREATE FUNCTION ST_DumpRings(geom Geometry) RETURNS TABLE(polygonWKB Geometry) 
EXTERNAL NAME geom."DumpRings";
 --CREATE FUNCTION ST_FlipCoordinates RETURNS EXTERNAL NAME
 --CREATE FUNCTION ST_Intersection(geog1 Geography, geog2 Geography) RETURNS 
Geography EXTERNAL NAME geom."Intersection";
 --CREATE FUNCTION ST_LineToCurve RETURNS EXTERNAL NAME
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to