Re: Help me urgently

From: Richard Huxton <dev(at)archonet(dot)com>
To: Kapil Malhotra <k4kapil(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Help me urgently
Date: 2005-06-23 15:28:49
Message-ID: 42BAD531.7070500@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kapil Malhotra wrote:
> Hi..
>
> I am running postgres 8.0.3 on red hat 9 and i have installed pgadmin
> III 1.2 on win 2000 professional client. i want to establish a
> connection between win client and postgres server..

Make sure your server is actually listening for internet connections.
http://www.postgresql.org/docs/8.0/static/runtime-config.html#RUNTIME-CONFIG-CONNECTION

Configure your pg_hba.conf file for whatever means of authentication you
prefer (e.g. password).
http://www.postgresql.org/docs/8.0/static/client-authentication.html

Fill in the connection details on pgadmin, and you should be away!
--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-06-23 15:33:27 Re: plpgsql and schema
Previous Message Michael Fuhr 2005-06-23 15:23:08 Re: fields and foreign keys