Bryce Nesbitt <[EMAIL PROTECTED]> writes: > I've renamed pg_hba.conf temporarily, just to verify that postmaster > won't start without it. So I'm editing the right file, and restarting > postmaster correctly. Any clues why I'm still getting 'auth' method > authentication?
Well, have you checked that you're connecting to the same postmaster you're restarting? After that, I'd ask to see the whole pg_hba.conf and not just the part you think is relevant ;-) FWIW, the log message suggests that the connection is coming across IPv6, so you need to look at the IPv6 entries in pg_hba.conf. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match