Re: Massively annoying bug still not fixed in v1.20 :-(

From: Dave Page <dpage(at)pgadmin(dot)org>
To: hushthatbush(at)hushmail(dot)com
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Massively annoying bug still not fixed in v1.20 :-(
Date: 2014-12-19 13:51:14
Message-ID: CA+OCxox3A=ofisdcHgM8v8s77k6vVjZH8crym2FTRSgXp9izaA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, Dec 19, 2014 at 1:45 PM, <hushthatbush(at)hushmail(dot)com> wrote:
> I always connect to PostgreSQL over an SSH tunnel. As such, I have no need
> for a special password for the PostgreSQL server, as it's already over a SSH
> tunnel. I assume this is how 99% of all users do things.
>
> Why, then, does it need to ask me every single time for a password, even
> though I have checked the "remember password" a billion times by now? It's
> actually pre-checked, yet keeps asking for the damn password every single
> time. It really adds up and becomes insanely annoying after the millionth
> time.
>
> Please fix the bug where it asks and ask for a password even when you have
> checked the checkbox to remember the (empty) password.

It's not going to work because when using an SSH tunnel we have to use
a random port number for the client end of the tunnel. When libpq (not
pgAdmin) tries to match the connection details against those that are
stored, it will often fail because the port number won't match.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Craig Ringer 2014-12-19 15:11:03 Re: Massively annoying bug still not fixed in v1.20 :-(
Previous Message hushthatbush 2014-12-19 13:45:27 Massively annoying bug still not fixed in v1.20 :-(