From cc7db48724e4220d537fcbdfcab00912baf356e5 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 10 Apr 2003 05:19:36 +0000 Subject: [PATCH] Formatting changes. git-svn-id: http://svn.osgeo.org/postgis/trunk@261 b70326c6-7e19-0410-871a-916f4a2858ee --- Attic/postgis_sql_common.sql.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.40.0