Re: How to remove superuser

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: Harry Gold <harrygold85(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: How to remove superuser
Date: 2010-03-13 02:56:35
Message-ID: 201003130256.o2D2uZe21552@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John R Pierce wrote:
> Harry Gold wrote:
> > Hello im running Windows XP and removed an older version of Postgres
> > using windows software remover, now when i try to install the newest
> > one it keeps asking for a password from Superuser? Thanks
>
> go into Windows' "Local Users and Groups" in Computer Management, and
> set a random password for the existing 'postgres' user account (its a
> special very UN-privileged account, has only the priv to run as a
> service), then tell the installer what that password is.

Also, you can do:

NET USER postgres /delete

as an administrator.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

PG East: http://www.enterprisedb.com/community/nav-pg-east-2010.do

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-03-13 03:44:37 Re: How to remove superuser
Previous Message John R Pierce 2010-03-13 02:52:17 Re: How to remove superuser