Postgres make uninstall

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: naveenmahadevuni(at)gmail(dot)com
Subject: Postgres make uninstall
Date: 2019-02-22 11:03:43
Message-ID: 155083342384.1380.8078402387301206450@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/install-procedure.html
Description:

If we configure build with a different prefix than the default, "make
uninstall" doesn't work. Example if i run configure as below.

1) ./configure --prefix=/home/user/pgsql

and then build and install the postgres. And try to uninstall by using

2) make uninstall -- >This command still tries to uninstall from the default
prefix of /usr/local/pgsql/

Can make uninstall be changed to uninstall from the prefix location given in
configure command?

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2019-02-22 20:29:01 Re: Improve documentation for current_setting function
Previous Message Eugen Konkov 2019-02-22 09:43:54 Re: Improve documentation for current_setting function