]> granicus.if.org Git - postgis/commitdiff
Formatting changes.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 10 Apr 2003 05:19:36 +0000 (05:19 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 10 Apr 2003 05:19:36 +0000 (05:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@261 b70326c6-7e19-0410-871a-916f4a2858ee

Attic/postgis_sql_common.sql.in

index c919acd36924af7cf3928b8a17fe06a4a8027b0b..ba4b570a503881d6034636c926fcc9e8e3a8f9bb 100644 (file)
@@ -640,9 +640,9 @@ CREATE FUNCTION combine_bbox(box3d,geometry)
 
 CREATE AGGREGATE extent(
        sfunc = combine_bbox,
-       bASetype = geometry,
+       basetype = geometry,
        stype = box3d
-);
+       );
 
 CREATE FUNCTION collector(geometry,geometry)
        RETURNS geometry
@@ -651,9 +651,9 @@ CREATE FUNCTION collector(geometry,geometry)
 
 CREATE AGGREGATE collect(
        sfunc = collector,
-       bASetype = geometry,
+       basetype = geometry,
        stype = geometry
-);
+       );
 
 --
 -- Operator definitions