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

From Geoffrey
Subject Re: How to check postgres running or not ?
Date
Msg-id 414D7533.10708@3times25.net
Whole thread Raw
In response to Re: How to check postgres running or not ?  (Worik <worik@noggon.com>)
Responses Re: How to check postgres running or not ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Worik wrote:
> Assuming it is unix....  The command
> 
> ps xau|grep post

You might want to change that to:

ps aux|grep postgres

As your suggestion will pick up extraneous data if one is running 
postfix on the same box.

-- 
Until later, Geoffrey       Registered Linux User #108567                            AT&T Certified UNIX System
Programmer- 1995
 


pgsql-sql by date:

Previous
From: Worik
Date:
Subject: Re: How to check postgres running or not ?
Next
From: T E Schmitz
Date:
Subject: ORDER BY and NULLs