João Paulo Zavanela <joao_zava(at)globo(dot)com> writes: > Thanks, but I need configure password to connect to server! > Now the pg_hba.conf is trust, I need change to passwd. > Changing the file to passwd, I don't know how configure password to connect! Set pg_hba.conf to 'trust', connect and use ALTER USER to set the password, then change pg_hba.conf to use 'md5' for your database. -Doug