Re: How to troubleshoot authentication failure?

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: Kynn Jones <kynnjo(at)gmail(dot)com>
Cc: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to troubleshoot authentication failure?
Date: 2009-10-07 18:35:02
Message-ID: alpine.GSO.2.01.0910071433030.28449@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 7 Oct 2009, Kynn Jones wrote:

> Is there some way to have Postgres dump excruciatingly thorough details
> about every single step of the authentication sequence?

There's a postgresql.conf parameter named log_min_messages that you can
crank up until you see the detail level you're looking for. In general,
"debug2" is usually a good place to start at when trying to nail down
mysterious database issues.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Zsolt 2009-10-07 19:19:58 Using complex PRIMARY KEY
Previous Message Dave Huber 2009-10-07 18:20:00 Re: automated row deletion