How (Not) to Change Passwords in PostgreSQL

A few months ago I was doing some testing on a development PostgreSQL database and watching the postgresql server log (akin to Oracle's alert log). I was skimming for lines relevant to my testing when I noticed something chilling:LOG:  statement: alter user john password 'IloveDBAs';The username and password have obviously... [Read More]