[postgis-users] shp2pgsql -D not working properly

Rémi Cura remi.cura at gmail.com
Fri Sep 19 10:29:08 PDT 2014


Hey list,
I'm a bit ashamed to be stuck with a seemingly trivial problem :
executing
`
/usr/lib/postgresql/9.3/bin/shp2pgsql 2_poles.shp cmm.temp_import_poles -D
`
output somehting like
`
create table
INSERT INTO "cmm"."temp_import_poles"
("label","class","length_[m]","verticality","rotation_[d","gps_time_[s",geom)
VALUES
('1','16','0.0','0.0','0.0','0','01010000C00000E018A0E02341000080D8E52B5A41000000E06E0F49400000000000000000');
`

I'm pretty sure this isn't the postgres dump it should be .

I aim to load shapfile from within the server (COPY PROGRAMM 'shp2...').

Somebody has a clue about this?

Cheers,
Rémi-C
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20140919/28efdfa8/attachment.html>


More information about the postgis-users mailing list