ciao,

ho installato il database postgresql..vorrei importare dei file shape..però mi viene dato questo errore, riporto tutto il log:

codice:
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"."LandCoverCORINE" (gid serial PRIMARY KEY,
"superficie" float8,
"codice" int2,
"livello1" int2,
"livello2" int2);
SELECT AddGeometryColumn('public','LandCove"
Failed in pgui_exec(): ERROR:  function addgeometrycolumn(unknown, unknown, unknown, unknown, unknown, integer) does not exist
LINE 9: SELECT AddGeometryColumn('public','LandCoverCORINE','the_geo...
               ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.

Shapefile import failed.
perchè non riesco a importare nessun shape file? c'è qualcosa da configurare? per gestire il database uso l'interfaccia grafica di pdadmin.
spero qualcuno possa darmi una dritta..è la prima volta che uso questo database.
grazie.
ciao.