Re: Specific user does not require password for postgres

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Serge Fonville <serge(dot)fonville(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Specific user does not require password for postgres
Date: 2008-11-03 17:06:57
Message-ID: 490F2FB1.8060304@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/11/2008 16:21, Serge Fonville wrote:
> Hi,
>
> I have installed PostgreSQL 8.3.4 on Windows Vista Business Edition.
> My currently logged on user is the only user that does not need to
> specify a password when running psql -U postgres

What happens if you log in as a different user and then try to connect
as the original user using -U <username>?

Also, is there any chance that you've already connected using pgAdmin,
and saved the password? - this causes the password to be saved in a
.pgpass file, so you wouldn't be asked for it again when logged inas
that user.

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Eduardo Arévalo 2008-11-03 17:28:24 Error en generar base espacial
Previous Message Serge Fonville 2008-11-03 16:21:21 Specific user does not require password for postgres