db.out.ogr points_tab dsn=/tmp/points_tab.dbf
Export of GRASS table to a CSV table file:
db.out.ogr points_tab dsn=points.csv format=CSV
Export of GRASS table into a PostgreSQL table:
db.out.ogr points_tab dsn="PG:host=localhost dbname=postgres user=neteler" format=PostgreSQL echo "SELECT * FROM points_tab" | psql postgres
Last changed: $Date: 2007-12-04 14:54:09 +0100 (Tue, 04 Dec 2007) $
Main index - database index - Full index
© 2003-2010 GRASS Development Team