[GRASS-user] problem in v.out.ogr

hello

I can't find a solution to this problem :

v.out.ogr input=topo1 type=line dsn=/home/orkun/topo1/ olayer=topo1
Exporting 46108 points/lines...
DBMI-Postgres driver error:
Cannot select:
SELECT * FROM topo1 WHERE cat = 7324
ERROR: could not access status of transaction 0
DETAIL: could not open file "/usr/local/loc0/pgsql/data/pg_subtrans/0000": Permission denied

ERROR: Cannot select attributes for cat = 7324

can you tell me why ?

regards

Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

On Thu, Jul 20, 2006 at 05:10:58PM -0400, temiz wrote:

hello

I can't find a solution to this problem :

v.out.ogr input=topo1 type=line dsn=/home/orkun/topo1/ olayer=topo1
Exporting 46108 points/lines...
DBMI-Postgres driver error:
Cannot select:
SELECT * FROM topo1 WHERE cat = 7324
ERROR: could not access status of transaction 0
DETAIL: could not open file
"/usr/local/loc0/pgsql/data/pg_subtrans/0000": Permission denied

ERROR: Cannot select attributes for cat = 7324

can you tell me why ?

Probably the DB user settings aren't right?
This is set with db.login.

Markus