Re: How to check postgres running or not ?

From: Geoffrey <esoteric(at)3times25(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to check postgres running or not ?
Date: 2004-09-19 12:01:55
Message-ID: 414D7533.10708@3times25.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message T E Schmitz 2004-09-19 14:57:33 ORDER BY and NULLs
Previous Message Worik 2004-09-19 01:57:02 Re: How to check postgres running or not ?