Re: postgreSQL problem

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Luka Novak <luka(dot)novak(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgreSQL problem
Date: 2010-09-01 21:52:45
Message-ID: 4C7ECB2D.9040102@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/01/10 2:01 PM, Alvaro Herrera wrote:
> Excerpts from Luka Novak's message of mié sep 01 06:35:13 -0400 2010:
>> hello!
>>
>>
>> I just recently installed PostgreSQL for my HoldemManager application, and
>> after a restart, there was actually a new windows user account named postgre
>> on the startup along with my admin account for windows (if i didnt make it
>> clear -- the account to log in to windows, before windows start). So is that
>> a normal thing or not, because i know i didnt do anything wrong with
>> installation or the setup.
> Yes, the PostgreSQL installation creates a "postgres" Windows user
> account. This is normal and expected.
>

however, that user shouldn't show up on the "Welcome" friendly style
login screen. OTOH, I'm not sure what mechanism is used to prevent this.

ah, a little googling... on 32bit windows.. registry entry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\SpecialAccounts\UserList

has a value with the username and a DWORD of 0x00000000 to block the
user from being displayed. on 64bit Win7 at least, this is in

HKLM\Software\Wow6432Node\Microsoft\Windows
NT\CurrentVersion\Winlogon\SpecialAccounts\UserList

instead.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2010-09-01 22:15:37 Re: On-disk size of db increased after restore
Previous Message Devrim GÜNDÜZ 2010-09-01 21:39:55 Re: On-disk size of db increased after restore