Re: [PATCHES] pg_autovacuum fails to start - 8.0 Release
- From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
- To: "Harald Massa" <ghum(at)gmx(dot)net>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
- Cc: <pgsql-hackers-win32(at)postgresql(dot)org>
- Subject: Re: [PATCHES] pg_autovacuum fails to start - 8.0 Release
- Date: Fri, 21 Jan 2005 12:46:32 +0100
- Message-id: <6BCB9D8A16AC4241919521715F4D8BCE4766A9(at)algol(dot)sollentuna(dot)se>
> > [access denied]
> >
> > I see that message if the service user cannot access the
> executable -
> > in my case, when I tried running it from my development directory,
> > which the service user has no access to. When I moved the file to
> > C:\Program Files\PostgreSQL\8.0\bin, it worked perfectly.
> >
>
> Hm. I put it there, too. But I copied it from the desktop
> (where I downloaded and unzipped it)
>
> And... checking the security-setting, it is exactly what your message
> suggests: postgres does not have reading rights.
If you move files *on the same disk* in Windows, permissions stick with
the file. If you move to a different disk, permissions are inherited
from the new parent directory.
//Magnus
Home |
Main Index |
Thread Index