<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
I tried the short one of course , worked perfectly ;-)<BR>
<BR>
<BR>
Thanks a lot for your efforts. <BR>
<BR>
Cheers, <BR>
<BR>
stefan<BR>
<BR>
On Mon, 2012-02-13 at 03:06 -0800, Hamish wrote: 
<BLOCKQUOTE TYPE=CITE>
<PRE>
Moritz wrote:
&gt; With options first and multi v.build.polylines just copies
&gt; the attribute tables as is, i.e. it does not delete any
&gt; lines for which there are no more category values in the
&gt; vector file.
&gt; 
&gt; To create an attribute table that corresponds to the current
&gt; vector amp with the following steps (supposing that the
&gt; vector map is called river_poly):
&gt; 
&gt; db.copy from_table=river_poly to_table=river_bak # create
&gt; backup of existing table
&gt; v.db.connect -d river_poly # erase line between vector map
&gt; and table river_poly
&gt; db.droptable river_poly # erase table river_poly
&gt; v.db.addtable river_poly # create new table for vector map
&gt; river_poly
&gt; 
&gt; If you do all this using an SQL backend (e.g. SQLite or
&gt; PostgreSQL), you can then use v.db.join to join any
&gt; attributes from the original table river_bak to the new
&gt; table river_poly.


would 'v.extract list=1-9999999' also work?


Hamish
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>