My fix was editing /var/lib/pgsql/data/pg_hba.conf and moving the last two lines
Code:
local all all md5
host all all 127.0.0.1 255.255.255.255 md5
above the commented line
Code:
# "local" is for Unix domain socket connections only
then restarting with /scripts/restartsrv_postgres