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

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to