From: Paul Ramsey Date: Thu, 10 Apr 2003 05:19:36 +0000 (+0000) Subject: Formatting changes. X-Git-Tag: pgis_0_8_0~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc7db48724e4220d537fcbdfcab00912baf356e5;p=postgis Formatting changes. git-svn-id: http://svn.osgeo.org/postgis/trunk@261 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Attic/postgis_sql_common.sql.in b/Attic/postgis_sql_common.sql.in index c919acd36..ba4b570a5 100644 --- a/Attic/postgis_sql_common.sql.in +++ b/Attic/postgis_sql_common.sql.in @@ -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