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
_______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
