Category Archives: postgresql

PostgreSQL Changing the currency symbol or number of decimal places

The procedure below only works for Window OS  but the same method  should work for other operating systems. Start command-line: keyboard shortcut Windows+r then type cmd OK runas /user:postgres cmd You will need to enter postgres user’s password if you are not sure what the password is you should be able to change it through Computer Management […]

hide postgres user from the login screen – (tested on windows 7)

Run the commandline as administrator. Steps: Type cmd on the search box, right click on the cmd icon and Run as administrator. Then copy and paste command below: REG ADD “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList” /v postgres /d 0 /t REG_DWORD /f original post here.