Re: run postgres.exe as a Windows Administrative account

From: Andreas <maps(dot)on(at)gmx(dot)net>
To: Yingqi Tang <anakintang(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: run postgres.exe as a Windows Administrative account
Date: 2007-08-24 01:45:27
Message-ID: 46CE3837.3030803@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,
don't confuse the user who initiates the starting process of the DB
(double click on the icon) with the one the DB runs under.

As far as I know, there should be an unprivileged user e.g. "postgres".
"administrator" starts postmaster in the unprivileged context of
"postgres" when you start it manually while being logged in as
"administrator" or when the service gets automatically started at boot time.

At least this is how an PG 8.2.4 runs here.

Yingqi Tang schrieb:
> I am new to postgreSQL and the first time I tried to execute
> postgres.exe I got an error saying the services must be started as a
> non-administrative windows user. But I checked the doc and it says
> after 8.2 it is possible to run postgres.exe as a windows
> administrator.
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Arthurs 2007-08-24 01:54:32 Re: Warm-Backup configuration question
Previous Message Yingqi Tang 2007-08-24 00:38:12 run postgres.exe as a Windows Administrative account