How to remove postgresql in arch linux
Wipe All Database Data (Destructive)
bash
sudo systemctl stop postgresql
sudo systemctl disable postgresql
sudo pacman -Rns postgresqlWipe All Database Data (Destructive)
bash
sudo rm -rf /var/lib/postgres/linux-command/postgresql.md