From f541a44e52df71776f39b2007a00f973112b4cb3 Mon Sep 17 00:00:00 2001 From: David Blasby Date: Fri, 26 Mar 2004 01:07:27 +0000 Subject: [PATCH] changed name of fluffType() to multi(). git-svn-id: http://svn.osgeo.org/postgis/trunk@494 b70326c6-7e19-0410-871a-916f4a2858ee --- Attic/postgis_sql_common.sql.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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); -- 2.40.0