Re: PostgreSQL uninstall fails

From: "J(dot)V(dot)" <jvsrvcs(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL uninstall fails
Date: 2011-11-10 22:18:47
Message-ID: 4EBC4DC7.2060906@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

yes, this is on windows.

Currently removing the data directory and the postgresql user is not
optional. It fails and does not remove those two items.

There must be 30+ registry keys still there as well.

What I am looking to do is to delete any registry entry:

1. that has a data value matching the pattern '*postgres*'
2. that has a directory value matching the pattern '*postgres*'
3. that has a key name matching the pattern '*postgres*'

thanks

J.V.

On 11/10/2011 2:36 PM, John R Pierce wrote:
> On 11/10/11 1:30 PM, J.V. wrote:
>> Can anyone get me started on where to checkout the postgreSQL
>> installer code and fix it so that it is no longer broken? I may need
>> to ask a few questions so if I can be put in touch with the
>> uninstaller team, would really like to get this fixed and go back and
>> patch everything from 8.4 forwards so that it is fixed.
>
> are you talking about the MS Windows installer from EnterpriseDB?
> about the only clue was the mention in passing of 'registry'.
>
>
> deleting the postgresql 'data' directory and the postgres user account
> should be optional.
>
>
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-11-10 22:41:46 Re: PostgreSQL uninstall fails
Previous Message Tarlika Elisabeth Schmitz 2011-11-10 22:17:40 PL/pgSQL: SELECT INTO variables - no result