Re: How to remove superuser

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: How to remove superuser
Дата
Msg-id 201003130256.o2D2uZe21552@momjian.us
обсуждение исходный текст
Ответ на Re: How to remove superuser  (John R Pierce <pierce@hogranch.com>)
Ответы Re: How to remove superuser  (John R Pierce <pierce@hogranch.com>)
Список 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@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

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

В списке pgsql-general по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: How to remove superuser
Следующее
От: John R Pierce
Дата:
Сообщение: Re: How to remove superuser