Hi, 

I tried to import a postgis layer from a non public schema.

I used this commands according to the documentation 
(http://grass.fbk.eu/gdp/html_grass64/v.in.ogr.html):
> db.connect driver=pg database="host=aaa,dbname=bbb" schema=administrative 
> db.login user=_____  'password=******'
> db.connect -p
driver:pg
database:host=aaa,dbname=bbb
schema:administrative
group:
> db.tables -p
...
administrative.test
...
> v.in.ogr  dsn=./  layer=test output=prova1  
ERROR: Unable to open data source <./>


I'm using GRASS 6.4.0. Command such
v.in.ogr dsn='PG:host=aaa dbname=bbb user=____ password=*****' output=prova 
layer=prova
worked since prova is in the public schema.

Many thanks!
Matteo
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to