Hi all!
PLease if somebody knows postgres:
i have in my pg_hba.conf (version 7.4.7):
local all all trust
and
createdb mydb
createuser myuser
but still I have the IDENT error with psql:
psql -U myuser mydb
psql: FATAL: IDENT authentication failed for user "myuser"
anybody have some tips, please?
thx,
Khayll