Re: Server not listening

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: GeorgeHeller <george(dot)heller(at)yahoo(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Server not listening
Date: 2007-04-18 22:05:55
Message-ID: 46269643.7060404@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 18/04/2007 21:29, GeorgeHeller wrote:

> I have changed the postgresql.conf file to have listen_addresses='*' and
> port=5432, and have restarted the server.

if you have psql on another computer, try using it to connect to the
server and see what happens.

psql -h (serveraddress) -U (username) -d (databasename) etc.

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
---------------------------------------------------------------

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Arnaud Lesauvage 2007-04-19 13:23:57 Re: Win32 pg_dump fails for single table backup
Previous Message GeorgeHeller 2007-04-18 20:29:59 Re: Server not listening