[GRASS-dev] Unexpected "v.db.select separator=newline" output

Nikos Alexandris nik at nikosalexandris.net
Tue Jun 4 08:42:17 PDT 2013


Hi,

using

	GRASS 7.0.svn (2013)
	libgis Revision: 56211 
	libgis Date: 2013-05-12 14:07:51 +0300 (Sun, 12 May 2013)

the following isn't really expected, right?

	v.db.select mangrove_sites_coordinates_latest col=cat,wrspr 
separator=newline | head

catnewlinewrspr
1newline161043
2newline161043
3newline161043
4newline161043
5newline161043
6newline161043
7newline161043
8newline161043
9newline160043


As well as when using the "-v" flag

	v.db.select -v mangrove_sites_coordinates_latest col=cat,wrspr vs=tab 
separator=tab | head

cat     1
wrspr   161043
tab
cat     2
wrspr   161043
tab
cat     3
wrspr   161043
tab
cat     4

Cheers, Nikos


More information about the grass-dev mailing list