Re: Uninstall postgres - Mailing list pgsql-general

From Andreas Joseph Krogh
Subject Re: Uninstall postgres
Date
Msg-id VisenaEmail.19.fdf8ec403be5c265.16d00b0d3c0@tc7-visena
Whole thread Raw
In response to Re: Uninstall postgres  (Sonam Sharma <sonams1209@gmail.com>)
List pgsql-general
På torsdag 05. september 2019 kl. 11:01:25, skrev Sonam Sharma <sonams1209@gmail.com>:
It's saying gmake *** No rule to make Target uninstall. 
 
On Thu, Sep 5, 2019, 2:27 PM Andreas Joseph Krogh <andreas@visena.com> wrote:
På torsdag 05. september 2019 kl. 10:53:01, skrev Sonam Sharma <sonams1209@gmail.com>:
I have installed postgres with the source code option using configure --prefix and then make install. Can someone please help in uninstalling this. How to uninstall the postgres now. The installation was done as postgres user.
 
make uninstall
 
Strange – works for me:
 
[andreak@spaceballs-one] ~/dev/postgresql (REL_12_STABLE)
$ make uninstall
make -C doc uninstall
make[1]: Entering directory '/home/andreak/dev/postgresql/doc'
make -C src uninstall
make[2]: Entering directory '/home/andreak/dev/postgresql/doc/src'
make -C sgml uninstall

...
...
 
--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963
 
Attachment

pgsql-general by date:

Previous
From: Sonam Sharma
Date:
Subject: Re: Uninstall postgres
Next
From: Moreno Andreo
Date:
Subject: Rebuild pg_toast from scratch?