Обсуждение: postgres sql setup on win32

Поиск
Список
Период
Сортировка

postgres sql setup on win32

От
"Bhat, Satish"
Дата:
Hi All,
    I just compiled and installed the postgresql on windows xp using MinGW env.
    What are the next steps to start running it?
    When I run the postmaster, I get the following error :
 
"
execution of PostgreSQL by a user with administrative permissions is not permitted.
The server must be started under an unprivileged user ID to prevent
possible system security compromise.  See the documentation for
more information on how to properly start the server.
"
Any help?
 
Cheers,
Satish
 
 

Re: postgres sql setup on win32

От
Mark Rumer
Дата:
...and so it begins.

Bhat, Satish wrote:

> Hi All,
>     I just compiled and installed the postgresql on windows xp using
> MinGW env.
>     What are the next steps to start running it?
>     When I run the postmaster, I get the following error :
>
> "
> execution of PostgreSQL by a user with administrative permissions is not
> permitted.
> The server must be started under an unprivileged user ID to prevent
> possible system security compromise.  See the documentation for
> more information on how to properly start the server.
> "
> Any help?
>
> Cheers,
> Satish
>
>

Re: postgres sql setup on win32

От
Jochem van Dieten
Дата:
Bhat, Satish wrote:
>
> "
> execution of PostgreSQL by a user with administrative permissions is not
> permitted.
> The server must be started under an unprivileged user ID to prevent
> possible system security compromise.  See the documentation for
> more information on how to properly start the server.
> "
> Any help?

The error message tells you to start the server under an
unpriviledged user ID. Logic dictates that you follow the hint
from the error message.

See the mailinglist archives for an in-depth discussion of this
feature (the documentation is not up-to-date yet).

Jochem


Re: postgres sql setup on win32

От
Andreas Pflug
Дата:
Jochem van Dieten wrote:
> Bhat, Satish wrote:
>
>>
>> "
>> execution of PostgreSQL by a user with administrative permissions is
>> not permitted.
>> The server must be started under an unprivileged user ID to prevent
>> possible system security compromise.  See the documentation for
>> more information on how to properly start the server.
>> "
>> Any help?
>
>
> The error message tells you to start the server under an unpriviledged
> user ID. Logic dictates that you follow the hint from the error message.
>
> See the mailinglist archives for an in-depth discussion of this feature
> (the documentation is not up-to-date yet).
>

I wonder if we'll need a dedicated mailing list for this...

Regards,
Andreas