Note that extensions you have installed will continue to work even if you
remove the pgxman
CLI.
apt remove postgresql-$VERSION-pgxman-$EXTNAME
.
You can get a list of installed extensions with the command
apt list --installed | grep pgxman
.This will depend on how you installed pgxman.
apt remove pgxman
brew remove pgxman
brew remove pgxman
which pgxman
to
locate the binary, then rm
it.This directory is located in your user config directory.
~/.config/pgxman
~/Library/Application Support/pgxman
You can remove the directory using rm -r
: