Re: Pgadmin connection

From: "Donald Fraser" <demolish(at)cwgsy(dot)net>
To: "[pgADMIN]" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Pgadmin connection
Date: 2003-09-26 11:14:28
Message-ID: 006401c3841f$5aa94080$1664a8c0@DEMOLITION
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support


----- Original Message -----
>From: Marcio Aquino
>To: pgadmin-support(at)postgresql(dot)org
>Sent: Thursday, September 25, 2003 8:28 PM
>Subject: [pgadmin-support] Pgadmin connection

>Hi!
>Please, how do I connect pgadmin II to Postgresql under Windows and cygwin, at
the same machine (localhost)?
>Thanks!

Set tcpip_socket = true in the postgresql.conf file.
Under the connect to server dialog, enter 127.0.0.1 into the Server entry box,
enter 5432 into the Port entry box, enter your user name and password into the
other appropriate entry boxes according to how you initialised the database.
You can avoid using a password if you have a line in the pg_hba.conf file as
follows:

host all all 127.0.0.1 255.255.255.255 trust

Regards
Donald Fraser

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message frank_lupo 2003-09-26 14:22:36 Re: Error Message: ERROR: Attribute
Previous Message frank_lupo 2003-09-26 06:51:43 Re: Error Message: Multiple-step OLE DB operation