Re: Removing older versions

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Removing older versions
Date: 2009-08-30 12:48:02
Message-ID: h7dse2$84m$2@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2009-08-29, Blueb <blueb(at)shaw(dot)ca> wrote:
> I installed PostgreSQL 8.4 over a PostgreSQL 8.3 installation (using msi) on
> a Windows machine.

there's a msi installer for 8.4?

> My pgAdmin3 program correctly displays only PostgreSQL 8.4 on localhost.
>
> I went to my harddrive and noticed that I have PostgreSQL 8.3 "DATA" files
> installed in: C:\Program Files\PostgreSQL\8.3
>
> Thinking these were simply empty folders.. I tried to delete them, but I get
> an error that I needed permission to do this.
>
> I looked and there seems to be 13 megs of data files that the install
> program did not delete.
>
> How can I do this from either pgAdmin.exe or manually?

you need windows superuser - try doing it as administrator.
ensure that the pgsql-8.3 service is not running,

or try this:

runas postgres cmd /c del /s /y C:\Program Files\PostgreSQL\8.3

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jasen Betts 2009-08-30 12:51:55 Re: Select data for current week only
Previous Message Jasen Betts 2009-08-30 12:22:00 Re: export a schema / import as new schema