> Your pg_hba.conf file will be configured to allow TRUST (ie, no password) > authentication for the computers you are connecting from, most likely your > local network subnet such as 192.168.0.1/24 > You are right. It was set to TRUST. I changed it to MD5 and now it works as expected. Thanks a lot, Sabin