Re: [GENERAL] How to allow non-local to postgreSQL

2006-05-09 Thread Bruno Wolff III
On Mon, May 08, 2006 at 18:37:31 -0700, leo camalig <[EMAIL PROTECTED]> wrote: > Good Day > > > I Just want to ask on how to allow a non-local in PostgreSQL without adding > it in > pg-hba.conf That isn't possible. You need to grant the access using that file. > I just want

Re: [GENERAL] How to allow non-local to postgreSQL

2006-05-09 Thread Florian G. Pflug
leo camalig wrote: Good Day I Just want to ask on how to allow a non-local in PostgreSQL without adding it in pg-hba.conf You don't. pg_hba.conf is the place where you can specify who can connect from where to which database using what authentication method. Your only alternative to us

[GENERAL] How to allow non-local to postgreSQL

2006-05-09 Thread leo camalig
Good Day     I Just want to ask on how to allow a non-local in PostgreSQL without adding it in pg-hba.conf   I just want to view a desktop application on Web, yes it works, but you need to allow those I.P. addresses that will gonna connect to postgreSQL. What I want is everyone in the ne