Re: how to test whether postgres server is running?

From: Reynard Hilman <reynardmh(at)lightsky(dot)com>
To: darren(at)crystalballinc(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to test whether postgres server is running?
Date: 2003-03-27 23:16:56
Message-ID: 3E838668.9020801@lightsky.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan Bartlett 2003-03-27 23:17:46 Re: About OIDs
Previous Message Chris Hutchinson 2003-03-27 23:10:43 Re: transaction blocking inserts in postgresql 7.3