[GRASS-dev] db.join useful?

Dylan Beaudette dylan.beaudette at gmail.com
Fri Aug 21 11:42:27 EDT 2009


Hi Markus,

Does your message say that all but DBF back-ends are supported?

Thanks,

Dylan

On Thu, Aug 20, 2009 at 4:07 PM, Markus Neteler<neteler at osgeo.org> wrote:
> 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
> _______________________________________________
> grass-dev mailing list
> grass-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev
>


More information about the grass-dev mailing list