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

From Arne Stoelck
Subject Re: How to check postgres running or not ?
Date
Msg-id Pine.LNX.4.60.0409200431110.3425@aspire
Whole thread Raw
In response to How to check postgres running or not ?  ("Sandeep Gaikwad" <sgaikwad@vertex.co.in>)
Responses Re: How to check postgres running or not ?  (Theodore Petrosky <tedpet5@yahoo.com>)
List pgsql-sql
How about a simple

" telnet localhost 5432 "  ?

assuming postmaster is listening on that host and port


On Fri, 17 Sep 2004, Sandeep Gaikwad wrote:

>
> 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 ?
>
> Thanks and regards,
> Sandeep.
>


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: How to check postgres running or not ?
Next
From: Christopher Browne
Date:
Subject: Re: How to check postgres running or not ?