hello
I have a postgis table
at postgresql side:
bzk2=> \d heyno115 Table "public.heyno115"
Column | Type | Modifiers
--------------+------------------+-----------
hey_no | integer |
cat | integer |
yuk | double precision |
wkb_geometry | geometry |
Indexes:
"ix115" gist (wkb_geometry)
when I wanted to import it to grass, I got:
v.in.ogr dsn="PG:host=localhost dbname=bzk2 user=postgres" layer=heyno115 output=gheyno115 type=point
ERROR: Layer <heyno115> not available
what might be wrong ?
the fact that it was created from another spatial table causes a problem ?
regards
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.