Re: postgresql connection problems

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: Frances Collier <fcollier(at)preparedresponse(dot)com>
Cc: Novice Postgresql-list <pgsql-novice(at)postgresql(dot)org>
Subject: Re: postgresql connection problems
Date: 2006-04-19 00:03:28
Message-ID: 20060419000328.6103.qmail@web31805.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> #IPV4 local connections:
> host all all 127.0.0.1/32 md5
> devfrances all all 192.168.1.23/32 password

This this my guess, the first valid value for type is [ host | local ] I am not sure what
devfrances is but my guess is that you should my it to either the database column or user column.

Also check that your config file located in /etc/conf.d/postgresql has the "-i" option enabled to
allow tcp/ip connections.

Below is the order of the conf file parameters.

# TYPE DATABASE USER CIDR-ADDRESS METHOD

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Talbot-Wilson 2006-04-19 00:08:15 Logging problem
Previous Message Richard Broersma Jr 2006-04-18 23:45:02 Re: Maximum database size