make sure the postmaster on postgres server is running.

You can check if it is listening:

netstat -an | grep 5432

--Banghe

Andrew Higgs wrote:

> Hi all,
>
> I am writing a program in Delphi which connects to my linux postgres box
> (6.5.1). This was working just fine until the power fail three times in one
> night.
>
> I now get 'Key violation. Could not connect to server. Could not connect to
> remote socket. Alias: Aliasname'
> I can use psql on the server with no problems. Should I be able to telnet
> into linux on port 5432? Is there a way to make sure it is listening on this
> port number?
>
> Any help would be greatly appreciated.
>
> Kind regards
> Andrew Higgs
>
> ************


************

Reply via email to