Re: PGACCESS Error Relative Path @ export table

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: jlt(at)wvinter(dot)net
Cc: Brett Schwarz <brett_schwarz(at)yahoo(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: PGACCESS Error Relative Path @ export table
Date: 2002-07-31 23:51:48
Message-ID: 1028159509.22663.70.camel@linda
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)Elphick(at)lfix(dot)co(dot)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

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ahmad Munif 2002-08-01 05:18:22 Getting "unknown host name ..." complied with static library ?
Previous Message William West 2002-07-31 23:48:48 ECPG - Meaning of -400, ECPG_PGSQL?