ciao,
ho installato il plug in per convertire i file shape in file sql in modo da inserirli nel db..ma niente..sempre stesso errore:
codice:
Source File: C:\Download\zone_umide_lazio_shape\Zone_umide
Shapefile type: Polygon
Postgis type: MULTIPOLYGON[2]
Failed SQL begins: "SET CLIENT_ENCODING TO UTF8;
SET STANDARD_CONFORMING_STRINGS TO ON;
BEGIN;
CREATE TABLE "public"."Zone_umide" (gid serial PRIMARY KEY,
"codzu" int4);
SELECT AddGeometryColumn('public','Zone_umide','the_geom','-1','MULTIPOLYGON',2);
"
Failed in pgui_exec(): ERROR: function addgeometrycolumn(unknown, unknown, unknown, unknown, unknown, integer) does not exist
LINE 6: SELECT AddGeometryColumn('public','Zone_umide','the_geom','-...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
Shapefile import failed.
come mai? non ho installato bene il plug in o c'è qualche altro problema?
grazie..
ciao.