[postgis-commits] svn - r3250 - branches/1.3

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Nov 4 12:29:59 PST 2008


Author: robe
Date: 2008-11-04 12:29:58 -0800 (Tue, 04 Nov 2008)
New Revision: 3250

Modified:
   branches/1.3/postgis_comments.sql
Log:
fix proto for ST_CurveToLine

Modified: branches/1.3/postgis_comments.sql
===================================================================
--- branches/1.3/postgis_comments.sql	2008-11-04 20:26:46 UTC (rev 3249)
+++ branches/1.3/postgis_comments.sql	2008-11-04 20:29:58 UTC (rev 3250)
@@ -38,7 +38,7 @@
 COMMENT ON FUNCTION PostGIS_Uses_Stats() IS 'Returns TRUE if STATS usage has been enabled.';
 			
 COMMENT ON FUNCTION PostGIS_Version() IS 'Returns PostGIS version number and compile-time options.';
-		
+					
 COMMENT ON FUNCTION Probe_Geometry_Columns() IS 'Scans all tables with PostGIS geometry constraints and adds them to the geometry_columns table if they are not there.';
 			
 COMMENT ON FUNCTION UpdateGeometrySRID(varchar , varchar , integer ) IS 'args: table_name, column_name, srid - Updates the SRID of all features in a geometry column, geometry_columns metadata and srid table constraint';
@@ -318,7 +318,7 @@
 			
 COMMENT ON FUNCTION ST_CurveToLine(geometry ) IS 'args: curveGeom - Converts a CIRCULARSTRING/CURVEDPOLYGON to a LINESTRING/POLYGON';
 			
-COMMENT ON FUNCTION ST_CurveToLine(int ) IS 'args: segments_per_qtr_circle - Converts a CIRCULARSTRING/CURVEDPOLYGON to a LINESTRING/POLYGON';
+COMMENT ON FUNCTION ST_CurveToLine(geometry , int ) IS 'args: curveGeom, segments_per_qtr_circle - Converts a CIRCULARSTRING/CURVEDPOLYGON to a LINESTRING/POLYGON';
 			
 COMMENT ON FUNCTION ST_Difference(geometry , geometry ) IS 'args: geomA, geomB - Returns a geometry that represents that part of geometry A that does not intersect with geometry B.';
 			



More information about the postgis-commits mailing list