Re: Password entry in pgadmin3; pg_hba.conf vs .pgpass. Permissioning issue?

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Andrew Taylor <andydtaylor(at)gmail(dot)com>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, Fernando Hevia <fhevia(at)gmail(dot)com>, Pgadmin-Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Password entry in pgadmin3; pg_hba.conf vs .pgpass. Permissioning issue?
Date: 2012-12-05 08:03:24
Message-ID: 1354694604.1996.2.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, 2012-12-04 at 16:56 +0000, Andrew Taylor wrote:
> Hi Guys,
>
> Thanks for your help. I have this working but don't completely
> understand what I did.
>
> 1. Here is how the .pgpass file was originally written by pgadmin:
>
> 127.0.0.1:5432:*:postgres:Password
> :5432:*:django_dev:Password
>
> 2. This is the amended version which allows pgadmin to automatically
> connect to the server. All I have done is add line 3. All 3 lines seem
> to be required to log on to the server.
>
> 127.0.0.1:5432:*:postgres:Password
> :5432:*:django_dev:Password
> localhost:5432:*:django_dev:Password
>
>
> So questions:
> What exactly is the difference between 127.0.0.1 and localhost?

localhost can be anything. On my computer, it is ::1 (the IPv6
equivalent to 127.0.0.1).

> When there is no IP stated as in the second line what does that do?

I've never tried that. I would guess it is the default unix domain
socket.

> How come a localhost line wasn't created automatically by pgadmin?

pgAdmin registers what you enter in the dialog. It doesn't "guess"
things.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2012-12-05 08:05:49 Re: Password entry in pgadmin3; pg_hba.conf vs .pgpass. Permissioning issue?
Previous Message Gianni 2012-12-05 05:00:12 Retina display support