| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | Stefan Sturm <stefan(dot)s(dot)sturm(at)googlemail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Install Postgresql on Win2000 with Admin Rights |
| Date: | 2008-03-26 12:06:51 |
| Message-ID: | 1206533211.8818.2.camel@mha-laptop.clients.sollentuna.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, 2008-03-26 at 08:28 +0100, Stefan Sturm wrote:
> Hello,
>
> I tried everything to get init_db working, but I failed :-(
> So I tried another way. I tried Veriosn 8.2. With 8.2 I got another
> DLL missing. So I tried 8.1.
> And look, it works :-) No DLL problems.
>
> But now init_db tells me, that the PostgreSQL Server can't be started
> with admin rights.
> Is there a way to do it?
Not in 8.1. 8.2 added support for starting as admin. For 8.1, you need
to create a user that's not an admin user for the service to run under,
and make sure you set the permissions properly for it to access the data
directories.
//Magnus
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Raymond O'Donnell | 2008-03-26 12:08:25 | Re: pgplsql, how to save row variable to a table row |
| Previous Message | Zdeněk Kotala | 2008-03-26 12:02:15 | Re: pg_ctrl stop problems (psql 8.2.5) |