Postgresql Novice problem - Mailing list pgsql-novice

From Alain-Serge Nagni
Subject Postgresql Novice problem
Date
Msg-id 200405281817.59183.akenaton@freesurf.ch
Whole thread Raw
Responses Re: Postgresql Novice problem
List pgsql-novice
Hello,
        I installed Postgresql on my machine under Mandrake 10.0. I'm using
unixODBC
front end to create a database. I defined a User DSN and here is what I got
from the .odbc.init file:

[MyNewDatabase]
Description             = PostgreSQL
Driver          = PostgreSQL
Trace           = No
TraceFile               =
Database                = newDb
Servername              = localhost
Username                = newuser
Password                = newpassword
Port            = 5432
Protocol                = 6.4
ReadOnly                = No
RowVersioning           = No
ShowSystemTables                = No
ShowOidColumn           = No
FakeOidIndex            = No
ConnSettings            =


But when a I try to use the Datamanager to get access to the database, it's
looks impossible. I got an error message: [unixODBC]FATAL: IDENT
authentication failed for user "newuser".

Do anyone have an idea how to solve my problem?

Best regards,
Alain-Serge

pgsql-novice by date:

Previous
From: Manuel Sugawara
Date:
Subject: Re: PostgreSQL delete the blank in the end of the String automatically. how can I avoid it?
Next
From: Tom Lane
Date:
Subject: Re: Postgresql Novice problem