zulhfreelancer
1/29/2018 - 11:14 AM

Postgres.app: How to delete postmaster.pid file?

Postgres.app: How to delete postmaster.pid file?

$ cd ~/Library/Application\ Support/Postgres/var-10
$ \rm -f postmaster.pid

OR

$ \rm -f ~/Library/Application\ Support/Postgres/var-10/postmaster.pid

Why \rm and not rm?

https://stackoverflow.com/q/15691977/1577357