PostgreSQL multiple authentication methods
Nope. Only one auth method is supported for any given configuration. I’d love it if Pg could support fall-back authentication, where if an ident check fails it allows md5 auth instead. It doesn’t support this at the moment, though, and I suspect (I haven’t verified) that a protocol change would be required to support it. … Read more