<div dir="ltr">If you are referring to the DB Manager plugin, it uses the QGIS API to import shapefiles, not the external tool shp2pgsql.<div><br></div><div>Etienne</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Apr 18, 2014 at 11:26 AM, Gunnar Oehmichen <span dir="ltr"><<a href="mailto:oehm8895@uni-landau.de" target="_blank">oehm8895@uni-landau.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello There,<br>
<br>
Using QGIS 2.2 on Ubuntu 12.04.<br>
<br>
I uploaded a shapefile to a remote postgis-database using the<br>
DatabaseManger -> Import Shapefile.<br>
<br>
Is it possible to display the shp2pgsql command qgis used to load a<br>
shapefile to a postgisdatabase (I guess QGIS is just using the tool). I<br>
would like to compare this command to what Ive entered manually into the<br>
terminal, producing the following error (Probably not belonging here):<br>
<br>
I tried to do a shp2pgsql command:<br>
<br>
shp2pgsql -i shapefile.shp schema.test | psql -h localhost -d 'DB' -U<br>
oehmichen<br>
Shapefile type: Polygon<br>
Postgis type: MULTIPOLYGON[2]<br>
Password for user USER:<br>
SET<br>
SET<br>
BEGIN<br>
NOTICE:  CREATE TABLE will create implicit sequence "test_gid_seq" for<br>
serial column "test.gid"<br>
CREATE TABLE<br>
NOTICE:  ALTER TABLE / ADD PRIMARY KEY will create implicit index<br>
"test_pkey" for table "test"<br>
ALTER TABLE<br>
                 addgeometrycolumn<br>
---------------------------------------------------<br>
 planee.test.geom SRID:0 TYPE:MULTIPOLYGON DIMS:2<br>
(1 row)<br>
<br>
ERROR:  invalid input syntax for type numeric: "7313000,000000000000000"<br>
LINE 1: ...56Z','Basis-DLM','urn:adv:oid:9110','301IRDC_006','7313000,0...<br>
<br>
Thanks for your help,<br>
<br>
Gunnar<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div><br></div>