Thread: Postgres make uninstall

Postgres make uninstall

From
PG Doc comments form
Date:
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?