Re: 'pg_ctl status' not working

From: Michael Grant <soft(at)bdanube(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: 'pg_ctl status' not working
Date: 2003-11-10 00:23:19
Message-ID: 1618B21A-1314-11D8-9B09-000A27984144@bdanube.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Nov 9, 2003, at 5:19 PM, Tom Lane wrote:

> Most likely, pg_ctl has the wrong idea about which data directory to
> look in. Do you have PGDATA set in your user environment? Does it
> match where the postmaster is actually running?

That was it. I thought PGDATA was set, but it turns out I had left off
the first "root" slash in the pathname.

>> Postgres 7.3.3 on Max OS X 10.3
>
> I'd suggest updating to 7.3.4 --- 7.3.3 has a nasty bug that once in a
> while will keep the postmaster from restarting after shutdown.

Thanks for the tip. I need to recompile sooner or later anyway....

Michael

--
"Our armies do not come into your cities and lands as conquerors, but
as liberators."
- British General Stanley Maude, Baghdad, 1917

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Bruce Momjian 2003-11-10 02:02:46 Re: How to change PQexec timeout?
Previous Message Tom Lane 2003-11-09 23:19:55 Re: 'pg_ctl status' not working