Fix upgrade from 0.10.0 to 0.10.1

This commit is contained in:
Rafa de la Torre 2015-09-16 14:40:18 +02:00
parent c2780773d2
commit 0c14df5f89

View File

@ -699,6 +699,7 @@ CREATE TYPE _cdb_has_usable_geom_record
has_mercgeom boolean, has_mercgeom boolean,
has_mercgeom_name text); has_mercgeom_name text);
DROP FUNCTION IF EXISTS _CDB_Has_Usable_Geom(REGCLASS);
CREATE OR REPLACE FUNCTION _CDB_Has_Usable_Geom(reloid REGCLASS) CREATE OR REPLACE FUNCTION _CDB_Has_Usable_Geom(reloid REGCLASS)
RETURNS _cdb_has_usable_geom_record RETURNS _cdb_has_usable_geom_record
AS $$ AS $$