Hi

I tried the following:
v.patch -a -e [EMAIL PROTECTED] out=sewer_MN --overwrite
and received:
ERROR: Column names differ

The columns names don't differ, only the order differs:
v.db.connect -c sewer_MN
TEXT|comment
INTEGER|cat
TEXT|pipe_id
DOUBLE PRECISION|pipe_length_m
DOUBLE PRECISION|pipe_size_mm

and:
v.db.connect -c [EMAIL PROTECTED]
INTEGER|cat
TEXT|comment
TEXT|pipe_id
DOUBLE PRECISION|pipe_length_m
DOUBLE PRECISION|pipe_size_mm

I'm using 6.3.0RC3, sqlite and sewer_digit is in a different mapset. If I
have to re-order the columns do you have any tips on how to do this?

Regards

Craig
-- 
View this message in context: 
http://www.nabble.com/v.patch-ERROR%3A--Column-names-differ-tp15481183p15481183.html
Sent from the Grass - Users mailing list archive at Nabble.com.

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to