postgresqlを止める on ubuntu 16.04
linux - Stopping postgresql from starting on ubuntu startup - Stack Overflow
systemctl stop postgresql systemctl status postgresql systemctl disable postgresql
pg_ctl、initdbをubuntu 16.04で使うには
Ubuntu で PostgreSQL を使ってみよう(続編) | Let's Postgres
Ubuntuのpostgresqlは特有の環境を持っているためコマンドも違っている。pg_ctlやinitdbなどは直接使わないようになっているが、実行ファイルやライブラリは存在しているので、PATHとLD_LIBRARY_PATHを通せば使えるらしい。もちろん推奨されていない。
/usr/lib/postgresql/[version]/bin /usr/lib/postgresql/[verison]/lib
postgresqlのアンインストール on ubuntu 16.04
sudo aptitude purge postgresql postgresql-9.5 postgresql-client postgresql-client-9.5 postgresql-client-common postgresql-common postgresql-contrib-9.5 postgresql-server-dev-9.5 postgresql-server-dev-9.5
sudo rm -rf /var/lib/postgresql/ sudo rm -rf /var/log/postgresql/ sudo rm -rf /etc/postgresql/