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?  (Darren Ferguson <darren@thread.crystalballinc.com>)
Список 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 по дате отправления:

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: transaction blocking inserts in postgresql 7.3
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_dump (v-7.3.2) of individual schemas