[GRASS-dev] db.join useful?

Markus Neteler neteler at osgeo.org
Thu Aug 20 19:07:21 EDT 2009


Hi,

do you consider a db.join script to be useful?

db.join --help

Description:
 Allows to join a table into another table.

Keywords:
 database, attribute table

Usage:
 db.join table=name column=string otable=name ocolumn=string
   [--verbose] [--quiet]

Flags:
 --v   Verbose module output
 --q   Quiet module output

Parameters:
    table   Table to join into
   column   Join column in first table
   otable   Other table name
  ocolumn   Join column in other table

what it does:
- check for duplicate column names, adds a "b" if found
- adds new column(s) to be joined
- joins (all expect DBF is supported)

?
Markus


More information about the grass-dev mailing list