On 28.06.2007 00:27, Carlos Dávila wrote: > Is it possible to use the same option description in the following cases: > v.db.addcol: Name and type of the new column(s) (types depend on > database backend, but all support VARCHAR, INT, DOUBLE PRECISION/REAL > and DATE) > v.db.addtable: Name and type of the new column(s) (types depend on > database backend, but all support VARCHAR(), INT, DOUBLE and DATE) > Which one would be the right?
Yes they can be the same. I'd say that the second is better as it indicates that varchar needs something additional (a number as the max length of strings). --Wolf -- <:3 )---- Wolf Bergenheim ----( 8:> _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

