Re: How to uninstall PostgreSQL 8.4 on both Windows XP and Windows 7 - Mailing list pgsql-general

From raghu ram
Subject Re: How to uninstall PostgreSQL 8.4 on both Windows XP and Windows 7
Date
Msg-id BANLkTin-KYiBpn7VkaO7KOex+rpdQcKKQg@mail.gmail.com
Whole thread Raw
In response to How to uninstall PostgreSQL 8.4 on both Windows XP and Windows 7  (Mlondolozi Ncapayi <mlondza@gmail.com>)
List pgsql-general


On Wed, Apr 20, 2011 at 12:32 PM, Mlondolozi Ncapayi <mlondza@gmail.com> wrote:
Hi there
 
I installed PostgreSql 8.4 and now I  want to delete/ uninstall it completely to start a new fresh installation.
Can you please give me clear instructions on how to do that or maybe a script that I can run.
I am doing assignment using postgres your help would be highly appreciated.


Please go to the postgresql server installation directory and here you will find one uninstall-postgresql file.

-double click on Uninstall-postgresql file to run the un-installer- it will un-install postgresql.


II)Also you can un-install it manually.Below are the steps to un-install postgresql 8.4 manually-



i) Remove the postgresql server installation directory. (rd /s /q "C:\Program Files\PostgreSQL\8.4") Assuming default location.

ii) Delete the user 'postgres' (net user postgres /delete)

iii) Remove the Registry entries. (HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Installations\postgresql-8.4) and (HKEY_LOCAL_MACHINE\SOFTWARE\PostgreSQL\Services\postgresql-8.4)

iv) Remove the postgresql-8.4 service. (sc delete postgresql-8.4)



This will completely remove your PostgreSQL 8.4 installation including user and installation directories.

--Raghu Ram

 
 
Mlo
 
 

pgsql-general by date:

Previous
From: Mlondolozi Ncapayi
Date:
Subject: How to uninstall PostgreSQL 8.4 on both Windows XP and Windows 7
Next
From: Jorge Arévalo
Date:
Subject: Join query including two generate_series calls causes big memory growth and crash