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 archives
  Advanced Search

Re: Problem starting pgsql server on Mac OS X. Pg_hba.conf reading permission.


  • From: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
  • To: NNL <nextstopsun(at)gmail(dot)com>
  • Cc: pgsql-general(at)postgresql(dot)org
  • Subject: Re: Problem starting pgsql server on Mac OS X. Pg_hba.conf reading permission.
  • Date: Mon, 31 Aug 2009 19:41:07 +0530
  • Message-id: <4A9BD9FB.1010906@enterprisedb.com> <text/plain>

Hello,
--------------
host    all         all         10.0.0.6              md5
You have to add mask to the ip. like,

host    all         all         10.0.0.6/32              md5


--
Regards,
Sachin Srivastava
www.enterprisedb.com



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group