John,

> the postgres windows uninstaller probably should be offering to delete the
> postgres user account when it deletes the service, since the installer
> created that account in the first place.

deleting the postgres-windows-account is not really what someone
should wish for. As the files of that account (i.E. the
database-files) are tightly coupled with the account on Windows.

Just for reference:

postgres windows account may be killed and password-changed via
administration, computer, users and groups

or:

- to remove (be warned that when using windows crypted filesystems
this may be a real bad thing to do, and without them I would not
recommend it)
net user postgres /delete

- to change password
net user postgres NewPassWord98uL

best wishes

Harald



-- 
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
no fx, no carrier pigeon
-
EuroPython 2009 will take place in Birmingham - Stay tuned!

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to