DESCRIPTION
db.copy allows the user to copy a table between two databases. Databases
can be connected through different drivers (see example).
NOTES
Attribute tables can be copied manually using db.copy and
v.db.connect. Current connection
settings are saved in $LOCATION/vector_map/dbln.
EXAMPLE
storing table 'markveggy.dbf' (in current directory) into PostgreSQL
through ODBC:
db.copy from_driver=dbf from_database=./
from_table=markveggy to_driver=pg
to_database="host=pgserver,dbname=grass51test,user=neteler"
to_table=markveggy
SEE ALSO
GRASS 5.1
tutorial pages
v.db.connect
db.drivers
db.databases
v.clean
AUTHOR
Radim Blazek, ITC-Irst, Trento, Italy
Help Index