Re: What is a password for?

From: Micah Yoder <micah(at)yoderdev(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: What is a password for?
Date: 2008-03-16 05:48:02
Message-ID: 200803160048.02962.micah@yoderdev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sunday 16 March 2008 12:31:40 am Weiwei Guo wrote:
> I cannot understand the mechanism for password. Is it a bug?

Check your pg_hba.conf file. I suspect that for LOCAL connections you have
specified TRUST "authentication".

If you want to enforce passwords you would change TRUST to MD5.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andrej Ricnik-Bay 2008-03-16 05:49:37 Re: What is a password for?
Previous Message Weiwei Guo 2008-03-16 05:31:40 What is a password for?