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

From Jeff Eckermann
Subject Re: How to check postgres running or not ?
Date
Msg-id 20040919160818.58480.qmail@web20825.mail.yahoo.com
Whole thread Raw
In response to Re: How to check postgres running or not ?  (Christopher Browne <cbbrowne@acm.org>)
Responses Re: How to check postgres running or not ?  (Gaetano Mendola <mendola@bigfoot.com>)
Re: How to check postgres running or not ?  (Worik <worik@noggon.com>)
List pgsql-sql
--- Christopher Browne <cbbrowne@acm.org> wrote:

> In an attempt to throw the authorities off his
> trail, sgaikwad@vertex.co.in ("Sandeep Gaikwad")
> transmitted:
> > Hello Sir,
> >                 I want to know how to check
> whether postgres database
> > is running or not ? when  I give command like
> ./postmaster -i &,
> > whether all databases in that postgres will run or
> any one [default] ? 
> > If any one, then how to detect that database ?

The "standard" way would be "pg_ctl status".  "man
pg_ctl" is recommended reading for anyone
administering a PostgreSQL setup.

> 
> Well, the way I usually check on what databases are
> running is thus:
> 
> cbbrowne@wolfe:/tmp/mm5/doc> netstat -an | grep PG  
>                                                     
>                                  Saturday 13:18:30
> unix  2      [ ACC ]     STREAM     LISTENING    
> 2793 /var/run/postgresql/.s.PGSQL.5432
> 
> One could presumably script things further to get
> more out of that; it
> doesn't normally seem worthwhile to do so...
> -- 
> output = ("cbbrowne" "@" "ntlug.org")
> http://www.ntlug.org/~cbbrowne/postgresql.html
> "As long as war is regarded as wicked, it will
> always have
>  its fascination.  When it is looked upon as vulgar,
>  it will cease to be popular."
>     --Oscar Wilde
> 
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the
> unregister command
>     (send "unregister YourEmailAddressHere" to
> majordomo@postgresql.org)
> 


    
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


pgsql-sql by date:

Previous
From:
Date:
Subject: Re: ORDER BY and NULLs
Next
From: Jean-Luc Lachance
Date:
Subject: Re: ORDER BY and NULLs