Re: How to check postgres running or not ? - Mailing list pgsql-sql

From Andrew Sullivan
Subject Re: How to check postgres running or not ?
Date
Msg-id 20040919165748.GB15746@phlogiston.dyndns.org
Whole thread Raw
In response to Re: How to check postgres running or not ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: How to check postgres running or not ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
On Sun, Sep 19, 2004 at 12:25:00PM -0400, Tom Lane wrote:
>     ps aux | grep postmaster | grep -v grep
> (or use "ps -ef" if using a SysV-ish ps).

Except that on Solaris, ps -ef _always_ shows "postmaster", even for
the individual back ends.

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca
In the future this spectacle of the middle classes shocking the avant-
garde will probably become the textbook definition of Postmodernism.                --Brad Holland


pgsql-sql by date:

Previous
From: T E Schmitz
Date:
Subject: Re: ORDER BY and NULLs
Next
From: Tom Lane
Date:
Subject: Re: ORDER BY and NULLs