I get a error msg when i try to connect to the DB

From: "Rajaram J" <rajarj(at)hotmail(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: I get a error msg when i try to connect to the DB
Date: 2007-08-16 15:46:40
Message-ID: BAY121-DAV152A18A713B8EE1C011325CFDF0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I have installed PostGRESql 7.4.17 and when i try to connect to the db i get the msg

psql: FATAL: no pg_hba.conf entry for host "???", user "sfmdb", database "LOGDB", SSL off

My pg_hba.conf entry is as below

# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD

# Disable default configuration

local all all trust
# IPv4-style local connections:
host all all 127.0.0.1 255.255.255.255 trust
# IPv6-style local connections:
host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust

can you please guide me on what the problem might be.

Regards

Rajaram

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rodrigo De León 2007-08-16 15:51:33 Re: Yet Another COUNT(*)...WHERE...question
Previous Message Tom Lane 2007-08-16 15:37:06 Re: Yet Another COUNT(*)...WHERE...question