Re: PGACCESS Error Relative Path @ export table - Mailing list pgsql-interfaces

From Oliver Elphick
Subject Re: PGACCESS Error Relative Path @ export table
Date
Msg-id 1028159509.22663.70.camel@linda
Whole thread Raw
In response to Re: PGACCESS Error Relative Path @ export table  ("John L. Turner" <jlt@wvinter.net>)
Responses Re: PGACCESS Error Relative Path @ export table
List pgsql-interfaces
On Wed, 2002-07-31 at 15:45, John L. Turner wrote:
> > > SO that leads to the bottom line Question:
> > > How does a user in postgresql obtain permissions to other directories ?
> >
> > This is at the OS level. Pgaccess is really only accessing the file via
> > the filesystem of the OS that you are running. You need to make sure
> > that the user you start PGAccess with has permissions for those
> > files/directories. For example, on Unix machines, you would use chmod.
> > If you are on a machine that is maintained by someone else, then you
> > would need to ask that person to set the permissions correctly for you.
...
> 3) I started pgaccess as user jlt ( normal user me ). @  /home/jlt
>    Within pgaccess, USERS tab, I added jlt (me) as a user. 

Your own user name is irrelevant, because it is not you but the backend
which is trying to write the file.  Therefore the relevant user is
'postgres' (if that is the user that started the postmaster).

-- 
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK                            
http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
========================================   "And why call ye me, Lord, Lord, and do not the things      which I say?"
              Luke 6:46 
 



pgsql-interfaces by date:

Previous
From: "William West"
Date:
Subject: ECPG - Meaning of -400, ECPG_PGSQL?
Next
From: "Ahmad Munif"
Date:
Subject: Getting "unknown host name ..." complied with static library ?