From: Regina Obe Date: Thu, 15 Sep 2011 18:35:32 +0000 (+0000) Subject: now topology installs can get rid of error note. X-Git-Tag: 2.0.0alpha1~1000 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d360bbd3698873284abee09e31aa88810dbe16bb;p=postgis now topology installs can get rid of error note. git-svn-id: http://svn.osgeo.org/postgis/trunk@7854 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extensions/README b/extensions/README index 37b5337c4..c9a56dc1b 100644 --- a/extensions/README +++ b/extensions/README @@ -14,17 +14,10 @@ each Then in your PostgreSQL database run CREATE EXTENSION postgis_core; CREATE EXTENSION postgis_raster; - --- this one doesn't seem to work --- gives a weird error --- can not drop table topology.pg_temp_777... CREATE EXTENSION postgis_topology; Known issue: -make install for some reason gives an erro though -it does correctly install the modules making them available. - -Do uninstall you have to drop cascade the extension +To uninstall postgis_core you have to drop cascade the extension which is not ideal but working out the cast issues. The dependency logic should warn if you try