Wed, Apr 20 2005
04:02:21
|
|
Request created by guest
|
|
Subject: v.db.select: multiple support for column=
Platform: GNU/Linux/i386
grass obtained from: Mirror of Trento site
grass binary for platform: Compiled from Sources
GRASS Version: 6.1cvs April 2005
Hi,
the new column= option for v.db.select is nice, but it would be great if you
could use it to list multiple columns, e.g.
v.db.select map col=ID,NAME
thanks,
Hamish
|
|
Wed, Apr 20 2005
15:17:27
|
|
Mail sent by neteler@itc.it
|
|
Return-Path |
<neteler@itc.it>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Wed, 20 Apr 2005 15:17:24 +0200
|
From |
Markus Neteler <neteler@itc.it>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #3165] (grass) v.db.select: multiple support for column=
|
Message-ID |
<20050420131724.GB8579@thuille.itc.it>
|
Mail-Followup-To |
Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
|
References |
<20050420020221.D05151006BB@lists.intevation.de>
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Disposition |
inline
|
In-Reply-To |
<20050420020221.D05151006BB@lists.intevation.de>
|
User-Agent |
Mutt/1.4.1i
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
On Wed, Apr 20, 2005 at 04:02:21AM +0200, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=3165
> -------------------------------------------------------------------------
>
> Subject: v.db.select: multiple support for column=
>
> Platform: GNU/Linux/i386
> grass obtained from: Mirror of Trento site
> grass binary for platform: Compiled from Sources
> GRASS Version: 6.1cvs April 2005
>
> Hi,
>
> the new column= option for v.db.select is nice, but it would be great if you
could use it to list multiple columns, e.g.
>
> v.db.select map col=ID,NAME
>
Done. Was a single line code addition :-)
Please test.
Example:
v.db.select roads col=label,cat
label|cat
no data|0
interstate|1
primary highway, hard surface|2
secondary highway, hard surface|3
light-duty road, improved surface|4
unimproved road|5
Cheers
Markus
|
|
Wed, Apr 20 2005
15:21:37
|
|
Status changed to resolved by mneteler
|
|
Thu, Apr 21 2005
04:51:29
|
|
Mail sent by hamish_nospam@yahoo.com
|
|
Return-Path |
<hamish_nospam@yahoo.com>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Thu, 21 Apr 2005 14:51:22 +1200
|
From |
Hamish <hamish_nospam@yahoo.com>
|
To |
Markus Neteler <neteler@itc.it>
|
Cc |
grass-bugs@intevation.de
|
Subject |
Re: [GRASS5] [bug #3165] (grass) v.db.select: multiple support for column=
|
Message-Id |
<20050421145122.657b4e71.hamish_nospam@yahoo.com>
|
In-Reply-To |
<20050420131724.GB8579@thuille.itc.it>
|
References |
<20050420020221.D05151006BB@lists.intevation.de> <20050420131724.GB8579@thuille.itc.it>
|
X-Mailer |
Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu)
|
X-Face |
M<EoB)"*Z~u!,vFhXmw}R_KbdBta*P_=T|rbBL'e1/CQ9;/1g\BU3&!=y8ria$2Uk!HT&BB 8i?|X_+7~1jsy}F~g$2va%3fV`*=L(*cem[@3\yg,G,@rg6/QMJ
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=US-ASCII
|
Content-Transfer-Encoding |
7bit
|
X-Spam-Status |
No, hits=-4.0 tagged_above=-999.0 required=3.0 tests=BAYES_00, FORGED_YAHOO_RCVD
|
X-Spam-Level |
|
> > this bug's URL: http://intevation.de/rt/webrt?serial_num=3165
> > -------------------------------------------------------------------
> >
> > Subject: v.db.select: multiple support for column=
> >
> > Platform: GNU/Linux/i386
> > grass obtained from: Mirror of Trento site
> > grass binary for platform: Compiled from Sources
> > GRASS Version: 6.1cvs April 2005
> >
> > the new column= option for v.db.select is nice, but it would be
> > great if you could use it to list multiple columns, e.g.
> >
> > v.db.select map col=ID,NAME
> >
>
> Done. Was a single line code addition :-)
> Please test.
>
> Example:
>
> v.db.select roads col=label,cat
> label|cat
> no data|0
> interstate|1
> primary highway, hard surface|2
> secondary highway, hard surface|3
> light-duty road, improved surface|4
> unimproved road|5
looks good. Thanks.
Hamish
|
|
Thu, Apr 21 2005
04:51:29
|
|
Status changed to open by _rt_system
|
|
Thu, Apr 21 2005
04:53:43
|
|
Status changed to resolved by hbowman
|
|