From 23c97effe3d1d9a80d46c001cf733ea930be3a0f Mon Sep 17 00:00:00 2001 From: sipp11 Date: Thu, 25 Dec 2014 02:29:40 +0700 Subject: [PATCH] typo --- _posts/2014-04-13-psql-connect-server.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2014-04-13-psql-connect-server.markdown b/_posts/2014-04-13-psql-connect-server.markdown index d4d9bbb..5d82774 100644 --- a/_posts/2014-04-13-psql-connect-server.markdown +++ b/_posts/2014-04-13-psql-connect-server.markdown @@ -31,6 +31,6 @@ __Solution__: you do clean up for system. In this case, Brew's PostgreSQL .pid file is at ```/usr/local/var/postgres/postmaster.pid``` - $ sudo /usr/local/var/postgres/postmaster.pid + $ sudo rm /usr/local/var/postgres/postmaster.pid Then you can start your postgres again. It's the same with every other daemons; you just need to find its PID file.