Hi I am trying to import shapefile into the Postgres database that I created in PGAdmin3 using the Shapefile to PostGIS Importer and despite the connection being successful I am receiving the following error,<div><br></div>

<div><div><font color="#ff0000">Connection: host=localhost port=5432 user=admin dbname=shpRepo password='**********' </font></div><div><font color="#ff0000">Destination: public.AllQuebecSpecies</font></div><div><font color="#ff0000">Source File: /home/smaranh/development/Biodiversity/biodiversity/shapefile/AllQuebecSpecies</font></div>

<div><font color="#ff0000">Shapefile type: Point</font></div><div><font color="#ff0000">Postgis type: POINT[2]</font></div><div><font color="#ff0000">Failed SQL begins: "SET CLIENT_ENCODING TO UTF8;</font></div><div>

<font color="#ff0000">SET STANDARD_CONFORMING_STRINGS TO ON;</font></div><div><font color="#ff0000">BEGIN;</font></div><div><font color="#ff0000">CREATE TABLE "public"."AllQuebecSpecies" (gid serial PRIMARY KEY,</font></div>

<div><font color="#ff0000">"family" varchar(50),</font></div><div><font color="#ff0000">"species" varchar(50));</font></div><div><font color="#ff0000">SELECT AddGeometryColumn('public','AllQuebecSpecies','the_geom','-1"</font></div>

<div><font color="#ff0000">Failed in pgui_exec(): ERROR:  function addgeometrycolumn(unknown, unknown, unknown, unknown, unknown, integer) does not exist</font></div><div><font color="#ff0000">LINE 7: SELECT AddGeometryColumn('public','AllQuebecSpecies','the_ge...</font></div>

<div><font color="#ff0000">               ^</font></div><div><font color="#ff0000">HINT:  No function matches the given name and argument types. You might need to add explicit type casts.</font></div><div><font color="#ff0000"><br>

</font></div><div><font color="#ff0000">Shapefile import failed.</font></div><div><br></div><div>Also I am new to PostGIS and Postgres so this might sound very dumb question but if I create a new database in pgadmin3, is it postgres database or postgis db? If it is postgres db then probably that is why shape file is not able to be imported since it can only be imported into PostGIS db (i think). So how can i convert a Postgres db to PostGIS?</div>

<div><br></div>-- <br>Thanks & Regards<div>Smaran Harihar</div><br>
</div>