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@gregsmith.com http://www.gregsmith.com Baltimore, MD