Re: How to check postgres running or not ?

Поиск
Список
Период
Сортировка
От Arne Stoelck
Тема Re: How to check postgres running or not ?
Дата
Msg-id Pine.LNX.4.60.0409200431110.3425@aspire
обсуждение исходный текст
Ответ на How to check postgres running or not ?  ("Sandeep Gaikwad" <sgaikwad@vertex.co.in>)
Ответы Re: How to check postgres running or not ?  (Theodore Petrosky <tedpet5@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: How to check postgres running or not ?
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: How to check postgres running or not ?