Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: psql: FATAL: missing or erroneous pg_hba.conf file


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: coolboarderguy(at)gmail(dot)com
  • Cc: pgsql-general(at)postgresql(dot)org
  • Subject: Re: psql: FATAL: missing or erroneous pg_hba.conf file
  • Date: Fri, 21 Apr 2006 10:46:14 -0400
  • Message-id: <9687(dot)1145630774(at)sss(dot)pgh(dot)pa(dot)us>

Mark Sargent <coolboarderguy(at)gmail(dot)com> writes:
> # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

> # "local" is for Unix domain socket connections only
> local   all         trust

That's short one "all": you need type, database, user, method columns
(but no address column for "local").

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group