GRASS logo

NAME

v.db.reconnect.all - Reconnects vectors to a new database.

KEYWORDS

vector, database, attribute table

SYNOPSIS

v.db.reconnect.all
v.db.reconnect.all help
v.db.reconnect.all old_database=name new_database=name [old_schema=name] [new_schema=name] [--verbose] [--quiet]

Parameters:

old_database=name [required]
Name of old database
new_database=name [required]
Name of new database
old_schema=name
Database schema
Old database schema
new_schema=name
Database schema
New database schema

DESCRIPTION

v.db.reconnect.all changes database connection of all layers of all vectors in the current mapset from old_database to database. If a link does not match the old_database it is left untouched.

NOTES

The value of the old_database option needs to be the exact string which appears as the fourth field printed by v.db.connect -g, i.e. with substituted variables.

AUTHOR

Radim Blazek

Last changed: $Date: 2011-11-08 13:24:20 -0800 (Tue, 08 Nov 2011) $


Main index - Vector index - Full index

© 2003-2012 GRASS Development Team