Re: Uninstall postgres

2019-09-05 Thread Sonam Sharma
It's done. I have done it from path .
Thanks

On Thu, Sep 5, 2019, 2:27 PM Andreas Joseph Krogh 
wrote:

> På torsdag 05. september 2019 kl. 10:53:01, skrev Sonam Sharma <
> sonams1...@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
>
> --
> *Andreas Joseph Krogh*
> CTO / Partner - Visena AS
> Mobile: +47 909 56 963
> andr...@visena.com
> www.visena.com
> 
>
>


Re: Uninstall postgres

2019-09-05 Thread Andreas Joseph Krogh
På torsdag 05. september 2019 kl. 11:01:25, skrev Sonam Sharma <
sonams1...@gmail.com >: It's saying gmake *** No 
rule to make Target uninstall. On Thu, Sep 5, 2019, 2:27 PM Andreas Joseph 
Krogh mailto:andr...@visena.com>> wrote: På torsdag 05. 
september 2019 kl. 10:53:01, skrev Sonam Sharma mailto:sonams1...@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 andr...@visena.com  www.visena.com 
  

Re: Uninstall postgres

2019-09-05 Thread Sonam Sharma
It's saying gmake *** No rule to make Target uninstall.

On Thu, Sep 5, 2019, 2:27 PM Andreas Joseph Krogh 
wrote:

> På torsdag 05. september 2019 kl. 10:53:01, skrev Sonam Sharma <
> sonams1...@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
>
> --
> *Andreas Joseph Krogh*
> CTO / Partner - Visena AS
> Mobile: +47 909 56 963
> andr...@visena.com
> www.visena.com
> 
>
>


Sv: Uninstall postgres

2019-09-05 Thread Andreas Joseph Krogh
På torsdag 05. september 2019 kl. 10:53:01, skrev Sonam Sharma <
sonams1...@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 -- Andreas Joseph 
Krogh CTO / Partner - Visena AS Mobile: +47 909 56 963 andr...@visena.com 
 www.visena.com   


Uninstall postgres

2019-09-05 Thread Sonam Sharma
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.