Added the following to readme.md:
If md5 is specified as a method in pg_hba.conf but the user's password on the PostgreSQL server is encrypted for SCRAM, then SCRAM-based authentication will automatically be chosen instead. As a workaround, consider downgrading password encryption in PostgreSQL from SCRAM to md5 in postgres.conf. Then renew user passwords if already created.
Added the following to readme.md: If md5 is specified as a method in pg_hba.conf but the user's password on the PostgreSQL server is encrypted for SCRAM, then SCRAM-based authentication will automatically be chosen instead. As a workaround, consider downgrading password encryption in PostgreSQL from SCRAM to md5 in postgres.conf. Then renew user passwords if already created.