I've always done "su postgres" when logged in as root, so I never get asked for a password. Today I did it as a different user, so it asked me for a password. I tried all my usual passwords and nothing worked. I looked in pg_shadow and the passwd column is blank for the postgres user - does that mean the password is blank or does it "hide" the postgres user's password?
If it is truly blank - this is an obvious major security hole. If I change the password will it foul anything up or cause PostgreSQL not to run properly?
-- Paul
If it is truly blank - this is an obvious major security hole. If I change the password will it foul anything up or cause PostgreSQL not to run properly?
-- Paul