Hi to all, I've a postgis table named *map_points_pluvio*, having these fields:
id_stazione: integer; valore: numeric; the_geom: postgis geometric type; when I run the v.in.ogr command to import data into grass v.in.ogr --overwrite dsn="..." output=map_points_pluvio_grass layer=map_points_pluvio the new postgis table *map_points_pluvio_grass* is created as expected, but it has the following structure: cat: integer; id_stazione: integer; valore: integer; As you can see, the data type of the field *valore* is integer not numeric as it was in origin. Where am I wrong? Thanks in advance Marco _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
