Re: Connecting PHP-based Application to Postgres-9.0.3 - Mailing list pgsql-php

From Rich Shepard
Subject Re: Connecting PHP-based Application to Postgres-9.0.3
Date
Msg-id alpine.LNX.2.00.1104071012360.397@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Connecting PHP-based Application to Postgres-9.0.3  (Alan Hodgson <ahodgson@simkin.ca>)
Responses Re: Connecting PHP-based Application to Postgres-9.0.3  (Alan Hodgson <ahodgson@simkin.ca>)
List pgsql-php
On Thu, 7 Apr 2011, Alan Hodgson wrote:

> What does your pg_hba.conf file contain?

   Unmodified from the sample:

# TYPE  DATABASE        USER            CIDR-ADDRESS            METHOD

@remove-line-for-nolocal@# "local" is for Unix domain socket connections
only
@remove-line-for-nolocal@local   all             all
# IPv4 local connections:
host    all             all             127.0.0.1/32            @authmethod@
# IPv6 local connections:
host    all             all             ::1/128                 @authmethod@

Rich

pgsql-php by date:

Previous
From: Bill Moran
Date:
Subject: Re: Connecting PHP-based Application to Postgres-9.0.3
Next
From: Rich Shepard
Date:
Subject: Re: Connecting PHP-based Application to Postgres-9.0.3