]> granicus.if.org Git - postgis/commitdiff
changed name of fluffType() to multi().
authorDavid Blasby <dblasby@gmail.com>
Fri, 26 Mar 2004 01:07:27 +0000 (01:07 +0000)
committerDavid Blasby <dblasby@gmail.com>
Fri, 26 Mar 2004 01:07:27 +0000 (01:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@494 b70326c6-7e19-0410-871a-916f4a2858ee

Attic/postgis_sql_common.sql.in

index f6f761d00321a87b7033d9ad28a91ae1e9188beb..88bbd4f01105d9f8829098e4fdbd418beada0ad3 100644 (file)
@@ -12,6 +12,9 @@
 --  
 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 -- $Log$
+-- Revision 1.29  2004/03/26 01:07:27  dblasby
+-- changed name of fluffType() to multi().
+--
 -- Revision 1.28  2004/03/26 00:54:09  dblasby
 -- added full support for fluffType(<geom>)
 -- postgis09=# select fluffType('POINT(0 0)');
@@ -783,7 +786,7 @@ CREATE FUNCTION distance_spheroid(geometry,geometry,spheroid)
 --
 -- Generic operations
 --
-CREATE FUNCTION fluffType(geometry)
+CREATE FUNCTION multi(geometry)
        RETURNS geometry
        AS '@MODULE_FILENAME@','fluffType'
        LANGUAGE 'C' WITH (isstrict);