Re: How to check postgres running or not ?

Поиск
Список
Период
Сортировка
От Geoffrey
Тема Re: How to check postgres running or not ?
Дата
Msg-id 414D7533.10708@3times25.net
обсуждение исходный текст
Ответ на Re: How to check postgres running or not ?  (Worik <worik@noggon.com>)
Ответы Re: How to check postgres running or not ?
Список 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 по дате отправления:

Предыдущее
От: Worik
Дата:
Сообщение: Re: How to check postgres running or not ?
Следующее
От: T E Schmitz
Дата:
Сообщение: ORDER BY and NULLs