Re: how to test whether postgres server is running?

Поиск
Список
Период
Сортировка
От Reynard Hilman
Тема Re: how to test whether postgres server is running?
Дата
Msg-id 3E838668.9020801@lightsky.com
обсуждение исходный текст
Ответ на how to test whether postgres server is running?  (Reynard Hilman <reynardmh@lightsky.com>)
Ответы Re: how to test whether postgres server is running?
Список pgsql-general
thanks for the quick reply Darren, but you can't do this if the web
server is running on a different server than the database, right?

- reynard

>netstat -anp | grep postmaster
>
>This will tell you if postmater is listening on the port.
>
>If you do not have root access then
>
>netstat -an | grep 5432
>
>HTH
>
>Darren
>
>


В списке pgsql-general по дате отправления: