Re: How to uninstall Postgres on Iinux.

From: suresh ramasamy <suresh(dot)sql(at)gmail(dot)com>
To: Ly Lam Ngoc Bich <ly(dot)bich(at)ais(dot)cmc(dot)osaka-u(dot)ac(dot)jp>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to uninstall Postgres on Iinux.
Date: 2005-10-07 04:14:22
Message-ID: e809547b0510062114o4e51cb0br667cf1c26d4f9d4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/6/05, Ly Lam Ngoc Bich <ly(dot)bich(at)ais(dot)cmc(dot)osaka-u(dot)ac(dot)jp> wrote:
> I am using Linux Fedora 3 . I've installed Postgres with
> postgresql-8.0.3.tar.gz package , so there is no rpm package when I
> check with
> rpm -qa|grep postgresql
>
> Please show me the way to uninstall PostgresSQL.
>
> Sincerly yours,
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>
****************

Go the installation directory and try
#make uninstall - > if it doesn't work then do the following

# make clean
# make dist clean
and remove the directory manually

regards
suresh

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Premsun Choltanwanich 2005-10-07 04:27:36 How to delete Large Object from Database?
Previous Message Tom Lane 2005-10-07 03:25:46 Re: pg_restore --disable-triggers does not stop triggers