What will be the entry in pg_hba.conf to connect as LocalHost

From: "shreedhar" <shreedhar(at)lucidindia(dot)net>
To: "Postgres" <pgsql-admin(at)postgresql(dot)org>
Subject: What will be the entry in pg_hba.conf to connect as LocalHost
Date: 2002-12-05 05:08:46
Message-ID: 002201c29c1c$63de8520$1201a8c0@a4005
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

To Connct database as the following parameters.

host : 'localhost'
username : 'xxx'
password : 'xxx'
database : 'xx'

What will be the entry in pg_hba.conf

I gave the entry as
host all 127.0.0.1 255.255.255.0 password.

Which is rejecting user xxx. User 'xxx' is already in pg_shadow.

Cheers,
Sreedhar Bhaskararaju 1,2nd Main Road, KottuGardens, Chennai - 600 085 Ph :
4475111 Email : shreedhar(at)lucidindia(dot)net

Browse pgsql-admin by date

  From Date Subject
Next Message raja kumar thatte 2002-12-05 05:09:15 Re: how to alter sequence.
Previous Message shreedhar 2002-12-05 04:54:34 Re: Disabling triggers on a relation.