| 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: | 2005-01-21 11:46:32 |
| Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE4766A9@algol.sollentuna.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers-win32 |
> > [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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Harald Massa | 2005-01-21 12:54:56 | 300 seconds in less than 1 second with pg_autovacuum |
| Previous Message | Harald Massa | 2005-01-21 10:36:51 | Re: [PATCHES] pg_autovacuum fails to start - 8.0 Release |