[GRASSLIST:9740] v.db.connect and schema

Hi all,

is it possible to connect a table to a map by v.db.connect with
schema? There is no schema parameter and table name [schema.table] is
not valid, see

v.db.connect map=cr table=cr.cr -o
Illegal table map name <cr.cr>. Character <.> not allowed.

Thanks, best regards, Martin

On 1/5/06, Martin Landa <landa.martin@gmail.com> wrote:

Hi all,

is it possible to connect a table to a map by v.db.connect with
schema? There is no schema parameter and table name [schema.table] is
not valid, see

v.db.connect map=cr table=cr.cr -o
Illegal table map name <cr.cr>. Character <.> not allowed.

table=schema.table should be valid in my opinion, if a check for
dot in name was introduced somehow it should be removed I think.
I am not sure if schema parameter is better in this case.
IIRC the module checks if the table exists anyway.

Radim

Thanks, best regards, Martin