Re: pgadmin

From: Adrian Klaver <aklaver(at)comcast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pgadmin
Date: 2006-03-24 17:34:10
Message-ID: 200603240934.10512.aklaver@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 24 March 2006 11:13 am, Mary Adel wrote:
> I am trying to set PgAdmin so that i can connect from my pc to the
> server but i have error saying :
>
> Error connecting to the server: could not connect to server:
> Connection refused
> Is the server running on host "xxx.xxx.xxx.xxx" and accepting
> TCP/IP connections on port 5432?
>
> how i can solve this
> can anyone help??
>
> Thanks,
> mary
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
The answer depends on what version you are running. You need to look at the
postgresql.conf file for the server. On versions prior to 8.0 look for the
parameter tcpip_socket and set it to true, by default it is set to false. For
8.0 and above the parameter is listen_addresses and can be set to * to listen
to all IP interfaces on the server, by default it is set to localhost. This
only allows connections from the machine the server resides on.
--
Adrian Klaver
aklaver(at)comcast(dot)net

In response to

  • pgadmin at 2006-03-24 19:13:56 from Mary Adel

Browse pgsql-general by date

  From Date Subject
Next Message Ben 2006-03-24 17:36:38 basic stored proc/transaction question
Previous Message nik600 2006-03-24 17:14:29 inheridt tables from db