Allowing user to connect to a database?

From: Carlos <Carlos(at)pbsinet(dot)com>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Allowing user to connect to a database?
Date: 2003-06-18 18:38:33
Message-ID: E148BE531B8AD311922E005004D3EEA101D51332@xchserver.pbsinet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Forum,
What line should I enter in pg_hba.conf in order to allow all users with
subnet-mask starting at 255.255.255.0 into database "test"? Should it be:
Host test all 0.0.0.0 255.255.255.0 trust

Thanks in advance for your response

Carlos Oliva
Senior Programmer/Analyst
Positive Business Solutions, Inc.
Cincinnati, OH 45240-1640
(513) 772 - 2255 ext 129
carlos(at)pbsinet(dot)com
Yahoo ID: ramboid_1997

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ed L. 2003-06-18 18:51:59 Building pgeasy on HP-UX
Previous Message Jim C. Nasby 2003-06-18 18:36:06 Re: order of nested loop