Postgres make uninstall - Mailing list pgsql-docs

From PG Doc comments form
Subject Postgres make uninstall
Date
Msg-id 155083342384.1380.8078402387301206450@wrigleys.postgresql.org
Whole thread Raw
List 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?

pgsql-docs by date:

Previous
From: Eugen Konkov
Date:
Subject: Re: Improve documentation for current_setting function
Next
From: Bruce Momjian
Date:
Subject: Re: Improve documentation for current_setting function