Friends
I created a superuser "user1" and given permissions to create users and data bases. I then tried to connect the user
tothe data base "test" using the psql meta command "\c test user1" . The command returned the message "IDENT
Authenticationfailed for the user user1". Why this happens. How can i eliminate the problem?
Thanks