From: David Blasby Date: Fri, 26 Mar 2004 01:07:27 +0000 (+0000) Subject: changed name of fluffType() to multi(). X-Git-Tag: pgis_0_8_2~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f541a44e52df71776f39b2007a00f973112b4cb3;p=postgis changed name of fluffType() to multi(). git-svn-id: http://svn.osgeo.org/postgis/trunk@494 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Attic/postgis_sql_common.sql.in b/Attic/postgis_sql_common.sql.in index f6f761d00..88bbd4f01 100644 --- a/Attic/postgis_sql_common.sql.in +++ b/Attic/postgis_sql_common.sql.in @@ -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() -- 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);