pg_hba.conf ---> problem??

From: Victor Sanchez2 <victorss19(at)eresmas(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: pg_hba.conf ---> problem??
Date: 2004-09-23 21:47:16
Message-ID: 1095976036.1816.7.camel@cris
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I use Debian. In one example (with user postgres) i obtain success:

sh-3.00$ psql -l
Listado de base de datos
Nombre | Dueño | Codificación
-----------+----------+--------------
mydb | postgres | SQL_ASCII
template0 | postgres | SQL_ASCII
template1 | postgres | SQL_ASCII
test | postgres | SQL_ASCII
(4 filas)

The problem appears when i use tora or pgaccess, i can't connect to db.
The message is:

Unable to connect to the database.
FATAL: IDENT authentication failed for user "portgres"

Who/where is the possible problem?

I try:
user: postgres
pass: "mypass"
port: 5432
localhost
db: mydb

Any answer?

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Yi LIN 2004-09-23 21:53:43 Re: pg_hba.conf ---> problem??
Previous Message Yi LIN 2004-09-23 20:30:18 Re: telnet to port 5432 failed